Python Flask and honcho + gunicorn Test Program
$ pip install Flask gunicorn honcho
$ pip freeze > requirements.txt
- Based Docker Image: python official image
$ docker build -t marmotte/hello-flask .
$ docker run -it --rm -p 5000:5000 --name hello-flask marmotte/hello-flask