/docker-flask-app-stack

A full application stack (flask / database) using Docker

Primary LanguageShellMIT LicenseMIT

Example Flask App stack using Docker

This is an example flask app stack complte with database node

  1. Build the docker images
./build.sh
  1. Run them!
./run.sh start
  1. ???
./run.sh status
  1. Shut it all down when your done
./run.sh stop