Just a demo python web-app using flask web framework
Steps for running this application:
- Install docker and run the following commands once if you are running it for the first time
docker pull dugar/flask-sample docker run -p 8080:8080 dugar/flask-sample
- If you have already run an image you can simply start and stop the container
docker start/stop <container-name/id>