10mohi6 / docker-hello-world-python-flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 65.3%Language:Dockerfile 34.7%