Python flask web server code with "Hello World !" message.
890
Simple example of docker container based on Python flask web server code with "Hello World !" message.
To run application:
docker pull vgrusdev/python-hello-world
docker run --rm -p 5000:5000 vgrusdev/python-hello-world
# open browser with url: http://localhost:5000/
curl localhost:5000
Content type
Image
Digest
Size
20.8 MB
Last updated
over 4 years ago
docker pull vgrusdev/python-hello-world