comparison Sphinx/source/users/docker.rst @ 229:c74f044dc3ce

note about docker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 06 Mar 2019 12:00:40 +0100
parents 90fe64396fb5
children a64197133114
comparison
equal deleted inserted replaced
228:972900443cf8 229:c74f044dc3ce
16 for the Orthanc core and its official plugins are freely available on 16 for the Orthanc core and its official plugins are freely available on
17 the `DockerHub platform <https://hub.docker.com/u/jodogne/>`__. The 17 the `DockerHub platform <https://hub.docker.com/u/jodogne/>`__. The
18 source code of the corresponding Docker images is available on `GitHub 18 source code of the corresponding Docker images is available on `GitHub
19 <https://github.com/jodogne/OrthancDocker>`__. 19 <https://github.com/jodogne/OrthancDocker>`__.
20 20
21 *Note for CentOS users:* The Docker environment might be difficult to 21 **Note about Orthanc vs. Osimis Docker images:**
22
23 * The ``jodogne/orthanc`` and ``jodogne/orthanc-plugins`` Docker
24 images that are described on this page are always kept in sync with
25 the latest releases of the Orthanc project, with a basic
26 configuration system that is inherited from the Debian packages
27 (i.e. manual edition of the configuration files).
28
29 * Our commercial partner `Osimis <http://osimis.io>`__ also `publishes
30 separated Docker images
31 <https://osimis.atlassian.net/wiki/spaces/OKB/pages/26738689/How+to+use+osimis+orthanc+Docker+images>`__.
32 These ``osimis/orthanc`` images are used by the technical team of
33 Osimis in order to provide professional support to their customers,
34 with a configuration system that can be tuned through environment
35 variables (which is very handy if using ``docker-compose``). These
36 images are not necessarily always in sync with the Orthanc project,
37 but they also include the :ref:`plugins edited by Osimis
38 <plugins-osimis>`, notably the Osimis Web viewer (that is much more
39 advanced than the Orthanc Web viewer) and the advanced authorization
40 plugin.
41
42 **Note for CentOS users:** The Docker environment might be difficult to
22 configure on your platform. Hints are available on the `Orthanc Users 43 configure on your platform. Hints are available on the `Orthanc Users
23 discussion group 44 discussion group
24 <https://groups.google.com/d/msg/orthanc-users/w-uPAknnRQc/-XhzBGSCAwAJ>`__. 45 <https://groups.google.com/d/msg/orthanc-users/w-uPAknnRQc/-XhzBGSCAwAJ>`__.
25 46
26 47