# HG changeset patch # User Sebastien Jodogne # Date 1585672877 -7200 # Node ID 49202601d0c8c26127d78a9fce6b41b2bffe8a8e # Parent 234de55ed1251e18b6f2f5a757597885b59f4589 typo diff -r 234de55ed125 -r 49202601d0c8 Sphinx/source/users/docker.rst --- a/Sphinx/source/users/docker.rst Tue Mar 31 18:19:14 2020 +0200 +++ b/Sphinx/source/users/docker.rst Tue Mar 31 18:41:17 2020 +0200 @@ -86,12 +86,17 @@ $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-plugins +Or you can also start a specific version of Orthanc for more stability:: + + $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-plugins:1.6.0 + If you have an interest in the :ref:`Python plugin `, you can use the ``orthanc-python`` image. The latter image is a heavier version of the ``orthanc-plugins`` image, as it embeds the Python 3.7 interpreter. Here is how to start this image:: - $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-plugins + $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-python + $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-python:1.6.0 Fine-tuning the configuration