comparison Sphinx/source/users/docker.rst @ 1109:689c27b34bd6

docker comparisons
author Alain Mazy <am@orthanc.team>
date Wed, 25 Sep 2024 10:04:48 +0200
parents 4f3709b36f8a
children
comparison
equal deleted inserted replaced
1108:481e61983212 1109:689c27b34bd6
25 <https://github.com/jodogne/OrthancDocker>`__. 25 <https://github.com/jodogne/OrthancDocker>`__.
26 26
27 27
28 .. _docker-jodogne-vs-orthanc-team: 28 .. _docker-jodogne-vs-orthanc-team:
29 29
30 Orthanc vs. Orthanc Team Docker images 30 ``jodogne/orthanc`` vs. ``orthancteam/orthanc`` Docker images
31 -------------------------------------- 31 -------------------------------------------------------------
32 32
33 Two different flavors of Docker images for Orthanc are available: 33 Two different flavors of Docker images for Orthanc are available:
34 34
35 * The ``jodogne/orthanc`` and ``jodogne/orthanc-plugins`` Docker 35 * The ``jodogne/orthanc`` and ``jodogne/orthanc-plugins`` Docker images that are
36 images that are described on this page are always kept in sync with 36 described on this page are regularly kept in sync with the latest releases of
37 the latest releases of the Orthanc project, with a basic 37 the Orthanc project, with a basic configuration system that is inherited from
38 configuration system that is inherited from the Debian packages 38 the Debian packages (i.e., manual edition of the configuration files).
39 (i.e., manual edition of the configuration files). This is also 39
40 where the new experimental features from `Sébastien Jodogne's 40 This is also where the new experimental features from `Sébastien Jodogne's
41 research team at UCLouvain <https://orthanc.uclouvain.be/>`__ are 41 research team at UCLouvain <https://orthanc.uclouvain.be/>`__ are initially
42 initially released. The binaries used in these images correspond to 42 released. The binaries used in these images correspond to the Linux Standard
43 the Linux Standard Base binaries. The default user interface is the 43 Base binaries.
44 built-in **Orthanc Explorer**. These images are most useful to 44
45 **software developers and researchers**. 45 The default user interface is the built-in **Orthanc Explorer**.
46
47 These images are most useful to **software developers and researchers**.
46 48
47 * Our commercial partner `Orthanc Team <https://orthanc.team/>`__ also 49 * Our commercial partner `Orthanc Team <https://orthanc.team/>`__ also
48 `publishes separate Docker images 50 `publishes separate Docker images
49 <https://hub.docker.com/r/orthancteam/orthanc>`__. These 51 <https://hub.docker.com/r/orthancteam/orthanc>`__.
50 ``orthancteam/orthanc`` images are used by the technical team of the 52
51 Orthanc Team company in order to provide professional support to 53 These ``orthancteam/orthanc`` images are released 2 or 3 times a month every
52 their customers, with a configuration system that can be tuned using 54 time a new version of a plugin or Orthanc is available or every time the base
53 **environment variables** (which is very handy if using Docker 55 Debian image needs to be updated for security reasons.
54 Compose or Kubernetes). The binaries used in these images are 56
55 compiled from scratch. The default user interface is the **Orthanc 57 Each image has a tag and the `list of each component version is documented
56 Explorer 2** :ref:`plugin <orthanc-explorer-2>`. A :ref:`specific 58 <https://hub.docker.com/r/orthancteam/orthanc>`__.
57 page <docker-orthancteam>` is available to describe how these images 59
58 should be used. These images are targeted at **ops teams**. 60 These images support both AMD64 and ARM64 architectures.
61
62 These images can be configured using congirutation files or **environment
63 variables** (which is very handy if using Docker Compose or Kubernetes).
64
65 The default user interface is the **Orthanc Explorer 2** :ref:`plugin
66 <orthanc-explorer-2>`.
67
68 These images are targeted at **ops teams and end-users**.
69
70 A :ref:`specific page <docker-orthancteam>` is available to describe how these
71 images should be used.
59 72
60 **Note for CentOS users:** The Docker environment might be difficult to 73 **Note for CentOS users:** The Docker environment might be difficult to
61 configure on your platform. Hints are available on the `Orthanc Users 74 configure on your platform. Hints are available on the `Orthanc Users
62 discussion group 75 discussion group
63 <https://groups.google.com/d/msg/orthanc-users/w-uPAknnRQc/-XhzBGSCAwAJ>`__. 76 <https://groups.google.com/d/msg/orthanc-users/w-uPAknnRQc/-XhzBGSCAwAJ>`__.