comparison Sphinx/source/users/docker.rst @ 196:2b6b82c57e79

Orthanc 1.5.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Feb 2019 16:41:00 +0100
parents 6fd3eae67f6a
children d7073b3e8488
comparison
equal deleted inserted replaced
195:d36b87537641 196:2b6b82c57e79
43 $ sudo docker pull jodogne/orthanc 43 $ sudo docker pull jodogne/orthanc
44 44
45 If more stability is required, you can select the official release of 45 If more stability is required, you can select the official release of
46 Orthanc to be run:: 46 Orthanc to be run::
47 47
48 $ sudo docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.5.3 48 $ sudo docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.5.4
49 49
50 Passing additional command-line options (e.g. to make Orthanc verbose) 50 Passing additional command-line options (e.g. to make Orthanc verbose)
51 can be done as follows (note the ``/etc/orthanc`` option that is 51 can be done as follows (note the ``/etc/orthanc`` option that is
52 required for Orthanc to find its configuration files):: 52 required for Orthanc to find its configuration files)::
53 53
92 deleted once the container stops). You can make the Orthanc database 92 deleted once the container stops). You can make the Orthanc database
93 persistent by mapping the ``/var/lib/orthanc/db`` folder of the 93 persistent by mapping the ``/var/lib/orthanc/db`` folder of the
94 container to some path in the filesystem of your Linux host, e.g.:: 94 container to some path in the filesystem of your Linux host, e.g.::
95 95
96 $ mkdir /tmp/orthanc-db 96 $ mkdir /tmp/orthanc-db
97 $ sudo docker run -p 4242:4242 -p 8042:8042 --rm -v /tmp/orthanc-db/:/var/lib/orthanc/db/ jodogne/orthanc:1.5.3 97 $ sudo docker run -p 4242:4242 -p 8042:8042 --rm -v /tmp/orthanc-db/:/var/lib/orthanc/db/ jodogne/orthanc:1.5.4
98 98
99 99
100 Whole-slide imaging support 100 Whole-slide imaging support
101 --------------------------- 101 ---------------------------
102 102
213 * The Orthanc source code can be found in folder ``/root/orthanc``. 213 * The Orthanc source code can be found in folder ``/root/orthanc``.
214 214
215 * The build artifacts can be found in folder ``/root/orthanc/Build``. 215 * The build artifacts can be found in folder ``/root/orthanc/Build``.
216 216
217 * This command launches the mainline version. To start a released version, 217 * This command launches the mainline version. To start a released version,
218 use e.g. ``jodogne/orthanc-debug:1.5.3``. 218 use e.g. ``jodogne/orthanc-debug:1.5.4``.