diff Sphinx/source/users/docker.rst @ 394:ea7428e3761a

merge
author Alain Mazy <alain@mazy.be>
date Tue, 21 Apr 2020 15:24:27 +0200
parents 43c5a1274740 0fb9369e893e
children 5388a611b7eb
line wrap: on
line diff
--- a/Sphinx/source/users/docker.rst	Tue Apr 21 15:23:50 2020 +0200
+++ b/Sphinx/source/users/docker.rst	Tue Apr 21 15:24:27 2020 +0200
@@ -67,7 +67,7 @@
 If more stability is required, you can select the official release of
 Orthanc to be run::
 
-  $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.6.0
+  $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.6.1
 
 Passing additional command-line options (e.g. to make Orthanc verbose)
 can be done as follows (note the ``/etc/orthanc`` option that is
@@ -89,7 +89,7 @@
 
 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
+  $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-plugins:1.6.1
 
 If you have an interest in the :ref:`Python plugin <python-plugin>`,
 you can use the ``orthanc-python`` image. The latter image is a
@@ -97,7 +97,7 @@
 Python 3.7 interpreter. Here is how to start this image::
 
   $ 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
+  $ docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-python:1.6.1
   
 
 Fine-tuning the configuration
@@ -149,7 +149,7 @@
   version: '3.1'  # Secrets are only available since this version of Docker Compose
   services:
     orthanc:
-      image: jodogne/orthanc-plugins:1.6.0
+      image: jodogne/orthanc-plugins:1.6.1
       command: /run/secrets/  # Path to the configuration files (stored as secrets)
       ports:
         - 8042:8042
@@ -187,7 +187,7 @@
 container to some path in the filesystem of your Linux host, e.g.::
 
   $ mkdir /tmp/orthanc-db
-  $ docker run -p 4242:4242 -p 8042:8042 --rm -v /tmp/orthanc-db/:/var/lib/orthanc/db/ jodogne/orthanc:1.6.0 
+  $ docker run -p 4242:4242 -p 8042:8042 --rm -v /tmp/orthanc-db/:/var/lib/orthanc/db/ jodogne/orthanc:1.6.1 
 
 
 Whole-slide imaging support
@@ -308,4 +308,4 @@
 * The build artifacts can be found in folder ``/root/orthanc/Build``.
 
 * This command launches the mainline version. To start a released version,
-  use e.g. ``jodogne/orthanc-debug:1.6.0``.
+  use e.g. ``jodogne/orthanc-debug:1.6.1``.