Python Hello World
125
README.md for python-hello-world
This repository contains a Python program that prints "Hello World" to the console.
The Python program simply prints the message "Hello World" to the console.
docker build -t python-hello-world .
docker tag python-hello-world <your-username>/python-hello-world:latest
docker push <your-username>/python-hello-world:latest
``
## License
This repository is available under the MIT License.
Content type
Image
Digest
sha256:b78c1e50a…
Size
45.4 MB
Last updated
almost 2 years ago
docker pull eswonder/python-hello-world