Python Web App Example Source code for the example project used to demonstrate how to deploy a python web application using Docker. Build the image locally or (more preferably) run it directly: docker run -p 8888:5000 --name cat-app -d tanomitech/py-webapp-example