comparison Sphinx/source/users/docker.rst @ 364:234de55ed125

usage of the python plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 31 Mar 2020 18:19:14 +0200
parents 9c28eeab2db6
children 49202601d0c8
comparison
equal deleted inserted replaced
363:9c28eeab2db6 364:234de55ed125
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 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
91 heavier version of the ``orthanc-plugins`` image, as it embeds the
92 Python 3.7 interpreter. Here is how to start this image::
93
94 $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-plugins
95
89 96
90 Fine-tuning the configuration 97 Fine-tuning the configuration
91 ----------------------------- 98 -----------------------------
92 99
93 For security reasons, you should at least protect your instance of 100 For security reasons, you should at least protect your instance of