From 2f590dbfaa694a4b835bebf5b91680a94fb888df Mon Sep 17 00:00:00 2001 From: paulzierep Date: Tue, 28 Feb 2023 11:16:01 +0100 Subject: [PATCH] Added a note that docker is required for docker and biocontainers option --- docs/installation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index cc4c7a3b8..3c464af53 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -55,6 +55,14 @@ Galaxy is known to have issues when running with a Conda Python so this approach should be considered experimental for now. If you have problems with it or hacks to make it work better - please report them. + +.. note:: + The options ``--docker`` and ``--biocontainers`` for ``planemo serve`` and ``planemo test`` require that + docker is installed on the system and that it can be run without root privileges. + See `Docker installation `__ and + `run Docker without root privileges `__ for further instructions. + + .. _pip: https://pip.pypa.io/ .. _Conda: http://conda.pydata.org/docs/ .. _pyenv: https://github.com/pyenv/pyenv