Instructions how to dockerize a flask app Simplified docker build --tag ghinks/python_for_cloud:0.0.1 . docker run -d -p 5000:5000 python-docker:0.0.1 Simple contain in docker hub was created from this code