This is a Docker flask app project template.
Build your image by running docker build -t python_flask_app flask_app
, or use the build_docker_image.sh
script.
You can run your docker image directly with docker run -it -p 5000:5000 python_flask_app
Sign up for an account over at Docker Hub or Quay.io. Follow the instructions for logging in through the command line, and then update the deploy.sh
script with your username.