From e3005d3ddb62e7d2d7fe83e97d9ac04f5cfa5665 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Wed, 29 Apr 2015 00:14:29 +0100
Subject: [PATCH] mention silviof's dockerfile

---
 README.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.rst b/README.rst
index 463b0c6d7d..b7a21558c9 100644
--- a/README.rst
+++ b/README.rst
@@ -124,6 +124,9 @@ To install the synapse homeserver run::
 This installs synapse, along with the libraries it uses, into a virtual
 environment under ``~/.synapse``.
 
+Alternatively, Silvio Fricke has contributed a Dockerfile to automate the
+above in Docker at https://registry.hub.docker.com/u/silviof/docker-matrix/.
+
 To set up your homeserver, run (in your virtualenv, as before)::
 
     $ cd ~/.synapse
-- 
GitLab