Sign inSign up

vgrusdev/python-hello-world

By vgrusdev

Updated over 4 years ago

Python flask web server code with "Hello World !" message.

Image
0

890

vgrusdev/python-hello-world repository overview

Simple example of docker container based on Python flask web server code with "Hello World !" message.

Description

Source code and build description can be found at the GitHub github.com/vgrusdev/python-hello-world.

Get started

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

Tag summary

Content type

Image

Digest

Size

20.8 MB

Last updated

over 4 years ago

docker pull vgrusdev/python-hello-world