comparison 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
comparison
equal deleted inserted replaced
252:eaad8233e474 253:a64197133114
64 $ sudo docker pull jodogne/orthanc 64 $ sudo docker pull jodogne/orthanc
65 65
66 If more stability is required, you can select the official release of 66 If more stability is required, you can select the official release of
67 Orthanc to be run:: 67 Orthanc to be run::
68 68
69 $ sudo docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.5.6 69 $ sudo docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.5.7
70 70
71 Passing additional command-line options (e.g. to make Orthanc verbose) 71 Passing additional command-line options (e.g. to make Orthanc verbose)
72 can be done as follows (note the ``/etc/orthanc`` option that is 72 can be done as follows (note the ``/etc/orthanc`` option that is
73 required for Orthanc to find its configuration files):: 73 required for Orthanc to find its configuration files)::
74 74
113 deleted once the container stops). You can make the Orthanc database 113 deleted once the container stops). You can make the Orthanc database
114 persistent by mapping the ``/var/lib/orthanc/db`` folder of the 114 persistent by mapping the ``/var/lib/orthanc/db`` folder of the
115 container to some path in the filesystem of your Linux host, e.g.:: 115 container to some path in the filesystem of your Linux host, e.g.::
116 116
117 $ mkdir /tmp/orthanc-db 117 $ mkdir /tmp/orthanc-db
118 $ sudo docker run -p 4242:4242 -p 8042:8042 --rm -v /tmp/orthanc-db/:/var/lib/orthanc/db/ jodogne/orthanc:1.5.6 118 $ sudo docker run -p 4242:4242 -p 8042:8042 --rm -v /tmp/orthanc-db/:/var/lib/orthanc/db/ jodogne/orthanc:1.5.7
119 119
120 120
121 Whole-slide imaging support 121 Whole-slide imaging support
122 --------------------------- 122 ---------------------------
123 123
234 * The Orthanc source code can be found in folder ``/root/orthanc``. 234 * The Orthanc source code can be found in folder ``/root/orthanc``.
235 235
236 * The build artifacts can be found in folder ``/root/orthanc/Build``. 236 * The build artifacts can be found in folder ``/root/orthanc/Build``.
237 237
238 * This command launches the mainline version. To start a released version, 238 * This command launches the mainline version. To start a released version,
239 use e.g. ``jodogne/orthanc-debug:1.5.6``. 239 use e.g. ``jodogne/orthanc-debug:1.5.7``.