comparison Sphinx/source/users/docker.rst @ 365:49202601d0c8

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 31 Mar 2020 18:41:17 +0200
parents 234de55ed125
children 64b32cb19571
comparison
equal deleted inserted replaced
364:234de55ed125 365:49202601d0c8
84 implementation <dicomweb>`, and its :ref:`whole-slide imaging viewer 84 implementation <dicomweb>`, and its :ref:`whole-slide imaging viewer
85 <wsi>`:: 85 <wsi>`::
86 86
87 $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-plugins 87 $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-plugins
88 88
89 Or you can also start a specific version of Orthanc for more stability::
90
91 $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-plugins:1.6.0
92
89 If you have an interest in the :ref:`Python plugin <python-plugin>`, 93 If you have an interest in the :ref:`Python plugin <python-plugin>`,
90 you can use the ``orthanc-python`` image. The latter image is a 94 you can use the ``orthanc-python`` image. The latter image is a
91 heavier version of the ``orthanc-plugins`` image, as it embeds the 95 heavier version of the ``orthanc-plugins`` image, as it embeds the
92 Python 3.7 interpreter. Here is how to start this image:: 96 Python 3.7 interpreter. Here is how to start this image::
93 97
94 $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-plugins 98 $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-python
99 $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-python:1.6.0
95 100
96 101
97 Fine-tuning the configuration 102 Fine-tuning the configuration
98 ----------------------------- 103 -----------------------------
99 104