diff 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
line wrap: on
line diff
--- a/Sphinx/source/users/docker.rst	Tue Mar 31 17:27:55 2020 +0200
+++ b/Sphinx/source/users/docker.rst	Tue Mar 31 18:19:14 2020 +0200
@@ -86,6 +86,13 @@
 
   $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-plugins
 
+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
+  
 
 Fine-tuning the configuration
 -----------------------------