comparison Sphinx/source/users/docker.rst @ 69:03d35f985f26

update docker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Dec 2016 13:22:50 +0100
parents bd0fbf1f0143
children 83c0a6556e6c
comparison
equal deleted inserted replaced
68:7c90ecd41c6f 69:03d35f985f26
35 Once Orthanc is running, use Mozilla Firefox at URL 35 Once Orthanc is running, use Mozilla Firefox at URL
36 http://localhost:8042/ to interact with Orthanc. The default username 36 http://localhost:8042/ to interact with Orthanc. The default username
37 is ``orthanc`` and its password is ``orthanc``. 37 is ``orthanc`` and its password is ``orthanc``.
38 38
39 The command above starts the mainline version of Orthanc, whose 39 The command above starts the mainline version of Orthanc, whose
40 development is in continuous progress. This gives you access to the 40 development is in continuous progress. Do not forget to regularly
41 latest features. If more stability is required, you can select the 41 update the Docker image to benefit from the latest features::
42 release of Orthanc to be run:: 42
43 $ sudo docker pull jodogne/orthanc
44
45 If more stability is required, you can select the official release of
46 Orthanc to be run::
43 47
44 $ sudo docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.1.0 48 $ sudo docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.1.0
45 49
46 Passing additional command-line options (e.g. to make Orthanc verbose) 50 Passing additional command-line options (e.g. to make Orthanc verbose)
47 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