Search Docker Hub
hello-docker
By stefanj9
"Hello, World!" for Docker
173
This is an example webserver written in Python3.
docker run -d -p 8100:8100 --name hello-docker stefanj9/hello-docker:latest
http://localhost:8100/
Architecture:
Sources: https://github.com/sjunger/hello-docker
Content type
Image
Digest
Size
41.3 MB
Last updated
over 5 years ago
docker pull stefanj9/hello-docker