diff 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
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