python-hello-world Shipped hello world app for python using flask framework Build process docker build -t npateriyainsecure/python-hello-world . docker run -d -p 5000:5000 npateriyainsecure/python-hello-world curl localhost:5000