Mercurial > hg > orthanc-book
changeset 887:db16e0fffe67
re-indexing of the jodogne/orthanc Docker images
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 27 Oct 2022 12:23:51 +0200 |
parents | bca261dac7bb |
children | 8db34112a812 |
files | Sphinx/source/plugins/stone-webviewer.rst Sphinx/source/users.rst Sphinx/source/users/cookbook.rst |
diffstat | 3 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins/stone-webviewer.rst Tue Oct 25 06:52:20 2022 +0200 +++ b/Sphinx/source/plugins/stone-webviewer.rst Thu Oct 27 12:23:51 2022 +0200 @@ -45,7 +45,7 @@ .. highlight:: bash The ``osimis/orthanc`` :ref:`Docker images <docker-osimis>` are more -suited to devops need, as they allow to start a minimal Docker +suited to devops needs, as they allow to start a minimal Docker environment as follows:: $ docker run -p 4242:4242 -p 8042:8042 -e STONE_WEB_VIEWER_PLUGIN_ENABLED=true -e DICOM_WEB_PLUGIN_ENABLED=true --rm osimis/orthanc:21.6.2
--- a/Sphinx/source/users.rst Tue Oct 25 06:52:20 2022 +0200 +++ b/Sphinx/source/users.rst Thu Oct 27 12:23:51 2022 +0200 @@ -6,6 +6,7 @@ users/cookbook.rst users/configuration.rst + users/docker.rst users/docker-osimis.rst users/rest.rst users/rest-cheatsheet.rst
--- a/Sphinx/source/users/cookbook.rst Tue Oct 25 06:52:20 2022 +0200 +++ b/Sphinx/source/users/cookbook.rst Thu Oct 27 12:23:51 2022 +0200 @@ -16,6 +16,7 @@ To obtain the Orthanc binaries, you have several possibilities: * `Download pre-compiled packages <https://www.orthanc-server.com/download.php>`__. +* Use ``jodogne/orthanc`` :ref:`Docker images <docker>`. * Use ``osimis/orthanc`` :ref:`Docker images <docker-osimis>`. * On GNU/Linux, use precompiled packages for :ref:`Debian/Ubuntu <debian-packages>` (courtesy of DebianMed and Sébastien Jodogne), or