[doc/book/admin/setup] add section about docker install 3.27
authorArthur Lutz <arthur.lutz@logilab.fr>
Fri, 31 Jan 2020 16:45:58 +0100
branch3.27
changeset 12858 f021b9b887a9
parent 12857 24a15a69b84a
child 12859 5dacd3ac9584
[doc/book/admin/setup] add section about docker install
doc/book/admin/setup.rst
--- a/doc/book/admin/setup.rst	Sun Feb 02 22:10:00 2020 +0100
+++ b/doc/book/admin/setup.rst	Fri Jan 31 16:45:58 2020 +0100
@@ -15,6 +15,7 @@
 Depending on your needs, you will chose a different way to install CubicWeb on
 your system:
 
+- `Installation using docker`_
 - `Installation on Debian/Ubuntu`_
 - `Installation in a virtualenv`_
 - `Installation with pip`_
@@ -36,6 +37,18 @@
 .. _`Install from version control`: MercurialInstallation_
 
 
+.. _DockerInstallation:
+
+Docker install
+--------------
+
+Detailed instructions on how to deploy CubicWeb using docker can be found
+on the `docker hub <https://hub.docker.com/r/logilab/cubicweb>`_.
+
+The images there are built using the following source code :
+`docker-cubicweb <https://hg.logilab.org/master/docker-cubicweb/>`_,
+see it's `README <https://hg.logilab.org/master/docker-cubicweb/file/tip/README.rst>`_
+
 .. _DebianInstallation:
 
 Debian/Ubuntu install