diff Sphinx/source/users/docker.rst @ 336:a5f7fc9fb611

Orthanc 1.6.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Mar 2020 15:15:39 +0100
parents 6cbcdb965ad3
children 011b01ccf52d
line wrap: on
line diff
--- a/Sphinx/source/users/docker.rst	Wed Mar 18 10:09:42 2020 +0100
+++ b/Sphinx/source/users/docker.rst	Wed Mar 18 15:15:39 2020 +0100
@@ -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.8
+  $ sudo docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.6.0
 
 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.8 
+  $ sudo docker run -p 4242:4242 -p 8042:8042 --rm -v /tmp/orthanc-db/:/var/lib/orthanc/db/ jodogne/orthanc:1.6.0 
 
 
 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.8``.
+  use e.g. ``jodogne/orthanc-debug:1.6.0``.