comparison Sphinx/source/users/docker.rst @ 1102:4f3709b36f8a

clarifying docker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Aug 2024 10:50:55 +0200
parents 567de375e89f
children 689c27b34bd6
comparison
equal deleted inserted replaced
1101:62951fa88d41 1102:4f3709b36f8a
22 for the Orthanc core and its official plugins are freely available on 22 for the Orthanc core and its official plugins are freely available on
23 the `DockerHub platform <https://hub.docker.com/u/jodogne/>`__. The 23 the `DockerHub platform <https://hub.docker.com/u/jodogne/>`__. The
24 source code of the corresponding Docker images is available on `GitHub 24 source code of the corresponding Docker images is available on `GitHub
25 <https://github.com/jodogne/OrthancDocker>`__. 25 <https://github.com/jodogne/OrthancDocker>`__.
26 26
27 **Note about Orthanc vs. Orthanc Team Docker images:** 27
28 .. _docker-jodogne-vs-orthanc-team:
29
30 Orthanc vs. Orthanc Team Docker images
31 --------------------------------------
32
33 Two different flavors of Docker images for Orthanc are available:
28 34
29 * The ``jodogne/orthanc`` and ``jodogne/orthanc-plugins`` Docker 35 * The ``jodogne/orthanc`` and ``jodogne/orthanc-plugins`` Docker
30 images that are described on this page are always kept in sync with 36 images that are described on this page are always kept in sync with
31 the latest releases of the Orthanc project, with a basic 37 the latest releases of the Orthanc project, with a basic
32 configuration system that is inherited from the Debian packages 38 configuration system that is inherited from the Debian packages
33 (i.e., manual edition of the configuration files). This is also 39 (i.e., manual edition of the configuration files). This is also
34 where the new experimental features from `Sébastien Jodogne's 40 where the new experimental features from `Sébastien Jodogne's
35 research team at UCLouvain <https://orthanc.uclouvain.be/>`__ are 41 research team at UCLouvain <https://orthanc.uclouvain.be/>`__ are
36 initially released. These images are most useful to **software 42 initially released. The binaries used in these images correspond to
37 developers and researchers**. 43 the Linux Standard Base binaries. The default user interface is the
44 built-in **Orthanc Explorer**. These images are most useful to
45 **software developers and researchers**.
38 46
39 * Our commercial partner `Orthanc Team <https://orthanc.team/>`__ also 47 * Our commercial partner `Orthanc Team <https://orthanc.team/>`__ also
40 `publishes separated Docker images 48 `publishes separate Docker images
41 <https://hub.docker.com/r/orthancteam/orthanc>`__. These 49 <https://hub.docker.com/r/orthancteam/orthanc>`__. These
42 ``orthancteam/orthanc`` images are used by the technical team of 50 ``orthancteam/orthanc`` images are used by the technical team of the
43 the Orthanc Team company in order to provide professional support 51 Orthanc Team company in order to provide professional support to
44 to their customers, with a 52 their customers, with a configuration system that can be tuned using
45 configuration system that can be tuned through **environment 53 **environment variables** (which is very handy if using Docker
46 variables** (which is very handy if using ``docker-compose`` or 54 Compose or Kubernetes). The binaries used in these images are
47 Kubernetes). A :ref:`specific page <docker-orthancteam>` is 55 compiled from scratch. The default user interface is the **Orthanc
48 available to describe how these images should be used. These images 56 Explorer 2** :ref:`plugin <orthanc-explorer-2>`. A :ref:`specific
49 are targeted at **ops teams**. 57 page <docker-orthancteam>` is available to describe how these images
58 should be used. These images are targeted at **ops teams**.
50 59
51 **Note for CentOS users:** The Docker environment might be difficult to 60 **Note for CentOS users:** The Docker environment might be difficult to
52 configure on your platform. Hints are available on the `Orthanc Users 61 configure on your platform. Hints are available on the `Orthanc Users
53 discussion group 62 discussion group
54 <https://groups.google.com/d/msg/orthanc-users/w-uPAknnRQc/-XhzBGSCAwAJ>`__. 63 <https://groups.google.com/d/msg/orthanc-users/w-uPAknnRQc/-XhzBGSCAwAJ>`__.