Document Docker setup steps

This commit is contained in:
Samuel Dion-Girardeau 2016-07-16 07:11:36 -07:00
parent fb020522ad
commit 98c3ffe3e5

View file

@ -59,3 +59,16 @@ be kept secret. See the `Flask Documentation`_ for more information.
need to change this.
`NO_SSL` if you are not using SSL.
Docker
------
Alternatively, you can use `Docker`_ to install and run SnapPass:
.. _Docker: https://www.docker.com/
::
$ docker build -t snappass .
$ docker-compose up -d
This will pull all dependencies, i.e. Redis and appropriate Python version.