Docker hello world python flask

Bulid image

$ docker build -t docker-hello-world-python-flask:latest .

Docker run

$ docker run -d -p 80:80 /docker-hello-world-python-flask

Access

http://127.0.0.1