# HG changeset patch # User Sebastien Jodogne # Date 1666866231 -7200 # Node ID db16e0fffe6787c5653cceece324b15fc2cd7ced # Parent bca261dac7bb86d99dcaf93a008cae8a3a81eeb5 re-indexing of the jodogne/orthanc Docker images diff -r bca261dac7bb -r db16e0fffe67 Sphinx/source/plugins/stone-webviewer.rst --- 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 ` 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 diff -r bca261dac7bb -r db16e0fffe67 Sphinx/source/users.rst --- 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 diff -r bca261dac7bb -r db16e0fffe67 Sphinx/source/users/cookbook.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 `__. +* Use ``jodogne/orthanc`` :ref:`Docker images `. * Use ``osimis/orthanc`` :ref:`Docker images `. * On GNU/Linux, use precompiled packages for :ref:`Debian/Ubuntu ` (courtesy of DebianMed and Sébastien Jodogne), or