diff Sphinx/source/users/docker.rst @ 290:6cbcdb965ad3

Orthanc 1.5.8
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Oct 2019 15:13:27 +0200
parents a64197133114
children a5f7fc9fb611
line wrap: on
line diff
--- a/Sphinx/source/users/docker.rst	Mon Sep 30 21:31:08 2019 +0200
+++ b/Sphinx/source/users/docker.rst	Wed Oct 16 15:13:27 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.7
+  $ sudo docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.5.8
 
 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.7 
+  $ sudo docker run -p 4242:4242 -p 8042:8042 --rm -v /tmp/orthanc-db/:/var/lib/orthanc/db/ jodogne/orthanc:1.5.8 
 
 
 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.7``.
+  use e.g. ``jodogne/orthanc-debug:1.5.8``.