From 0e9b71fceadcc669210afd3999efca5f6f8f4a39 Mon Sep 17 00:00:00 2001 From: abeudin Date: Mon, 12 Feb 2018 11:50:46 +0100 Subject: [PATCH] Update install.rst --- docs/install.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index b2686e3..9fc3d5e 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -60,3 +60,16 @@ Installation in virtualenv 2. Download and install Prosopopee:: pip install prosopopee + +Docker +------ + +Get the Docker image:: + + docker pull beudbeud/prosopopee + +Run:: + docker run --rm -v $(pwd):/site prosopopee + + +More informations https://hub.docker.com/r/beudbeud/prosopopee/