Mercurial > hg > orthanc-book
changeset 365:49202601d0c8
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 31 Mar 2020 18:41:17 +0200 |
parents | 234de55ed125 |
children | 12f88a12d146 5cb37e6b014b |
files | Sphinx/source/users/docker.rst |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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