From 98c3ffe3e57756a19dda6f064fe0768c957b7a45 Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Sat, 16 Jul 2016 07:11:36 -0700 Subject: [PATCH] Document Docker setup steps --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index 500e8e1..915b854 100644 --- a/README.rst +++ b/README.rst @@ -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.