Mercurial > hg > orthanc-book
changeset 229:c74f044dc3ce
note about docker
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 06 Mar 2019 12:00:40 +0100 |
parents | 972900443cf8 |
children | 0a1c9ef57b52 |
files | Sphinx/source/plugins.rst Sphinx/source/users.rst Sphinx/source/users/docker.rst |
diffstat | 3 files changed, 25 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins.rst Wed Mar 06 11:45:03 2019 +0100 +++ b/Sphinx/source/plugins.rst Wed Mar 06 12:00:40 2019 +0100 @@ -51,6 +51,8 @@ plugins/worklists-plugin.rst plugins/serve-folders.rst +.. _plugins-osimis: + From Osimis ^^^^^^^^^^^
--- a/Sphinx/source/users.rst Wed Mar 06 11:45:03 2019 +0100 +++ b/Sphinx/source/users.rst Wed Mar 06 12:00:40 2019 +0100 @@ -6,6 +6,7 @@ users/cookbook.rst users/configuration.rst + users/docker.rst users/rest.rst users/backup.rst users/replication.rst
--- a/Sphinx/source/users/docker.rst Wed Mar 06 11:45:03 2019 +0100 +++ b/Sphinx/source/users/docker.rst Wed Mar 06 12:00:40 2019 +0100 @@ -18,7 +18,28 @@ source code of the corresponding Docker images is available on `GitHub <https://github.com/jodogne/OrthancDocker>`__. -*Note for CentOS users:* The Docker environment might be difficult to +**Note about Orthanc vs. Osimis Docker images:** + +* The ``jodogne/orthanc`` and ``jodogne/orthanc-plugins`` Docker + images that are described on this page are always kept in sync with + the latest releases of the Orthanc project, with a basic + configuration system that is inherited from the Debian packages + (i.e. manual edition of the configuration files). + +* Our commercial partner `Osimis <http://osimis.io>`__ also `publishes + separated Docker images + <https://osimis.atlassian.net/wiki/spaces/OKB/pages/26738689/How+to+use+osimis+orthanc+Docker+images>`__. + These ``osimis/orthanc`` images are used by the technical team of + Osimis in order to provide professional support to their customers, + with a configuration system that can be tuned through environment + variables (which is very handy if using ``docker-compose``). These + images are not necessarily always in sync with the Orthanc project, + but they also include the :ref:`plugins edited by Osimis + <plugins-osimis>`, notably the Osimis Web viewer (that is much more + advanced than the Orthanc Web viewer) and the advanced authorization + plugin. + +**Note for CentOS users:** The Docker environment might be difficult to configure on your platform. Hints are available on the `Orthanc Users discussion group <https://groups.google.com/d/msg/orthanc-users/w-uPAknnRQc/-XhzBGSCAwAJ>`__.