Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run the frozen __hello__ module #1944

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
The container output will "Hello World!"
oleksis committed Nov 20, 2023
commit eb1afc21920d72dd686d8797264ba36bcd1c647b
2 changes: 1 addition & 1 deletion windows-container-samples/python/README.md
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ All container sample source code is kept under the Vitualization-Documentation g
docker build -t python:latest .
5. To run the newly built container, run the docker run command.
docker run -it python
6. This will enter you into the container and show you "Hello World."
6. This will enter you into the container and show you "Hello World!"
7. The python version should display. Use the exit command to exit the container.
## Dockerfile Details:
```