Document Docker setup steps
This commit is contained in:
parent
fb020522ad
commit
98c3ffe3e5
1 changed files with 13 additions and 0 deletions
13
README.rst
13
README.rst
|
@ -59,3 +59,16 @@ be kept secret. See the `Flask Documentation`_ for more information.
|
||||||
need to change this.
|
need to change this.
|
||||||
|
|
||||||
`NO_SSL` if you are not using SSL.
|
`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.
|
||||||
|
|
Loading…
Reference in a new issue