Skip to content

Commit

Permalink
Merge pull request #1355 from paulzierep/docker-note-in-installation
Browse files Browse the repository at this point in the history
Added a note that docker is required for docker and biocontainers option
  • Loading branch information
mvdbeek authored Jul 25, 2023
2 parents f9414f5 + 2f590db commit 6eeffdb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.docker.com/engine/install>`__ and
`run Docker without root privileges <https://docs.docker.com/engine/install/linux-postinstall>`__ for further instructions.


.. _pip: https://pip.pypa.io/
.. _Conda: http://conda.pydata.org/docs/
.. _pyenv: https://github.com/pyenv/pyenv

0 comments on commit 6eeffdb

Please sign in to comment.