diff Sphinx/source/users/docker.rst @ 253:a64197133114

Orthanc 1.5.7
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Jun 2019 08:11:01 +0200
parents c74f044dc3ce
children 6cbcdb965ad3
line wrap: on
line diff
--- a/Sphinx/source/users/docker.rst	Mon Jun 24 16:13:16 2019 +0200
+++ b/Sphinx/source/users/docker.rst	Wed Jun 26 08:11:01 2019 +0200
@@ -66,7 +66,7 @@
 If more stability is required, you can select the official release of
 Orthanc to be run::
 
-  $ sudo docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.5.6
+  $ sudo docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.5.7
 
 Passing additional command-line options (e.g. to make Orthanc verbose)
 can be done as follows (note the ``/etc/orthanc`` option that is
@@ -115,7 +115,7 @@
 container to some path in the filesystem of your Linux host, e.g.::
 
   $ mkdir /tmp/orthanc-db
-  $ sudo docker run -p 4242:4242 -p 8042:8042 --rm -v /tmp/orthanc-db/:/var/lib/orthanc/db/ jodogne/orthanc:1.5.6 
+  $ sudo docker run -p 4242:4242 -p 8042:8042 --rm -v /tmp/orthanc-db/:/var/lib/orthanc/db/ jodogne/orthanc:1.5.7 
 
 
 Whole-slide imaging support
@@ -236,4 +236,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.5.6``.
+  use e.g. ``jodogne/orthanc-debug:1.5.7``.