comparison Sphinx/source/users/docker.rst @ 358:011b01ccf52d

fixing external hyperlinks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 18:47:35 +0200
parents a5f7fc9fb611
children 9c28eeab2db6
comparison
equal deleted inserted replaced
357:6b432ce3a56e 358:011b01ccf52d
24 images that are described on this page are always kept in sync with 24 images that are described on this page are always kept in sync with
25 the latest releases of the Orthanc project, with a basic 25 the latest releases of the Orthanc project, with a basic
26 configuration system that is inherited from the Debian packages 26 configuration system that is inherited from the Debian packages
27 (i.e. manual edition of the configuration files). 27 (i.e. manual edition of the configuration files).
28 28
29 * Our commercial partner `Osimis <http://osimis.io>`__ also `publishes 29 * Our commercial partner `Osimis <https://www.osimis.io>`__ also
30 separated Docker images 30 `publishes separated Docker images
31 <https://osimis.atlassian.net/wiki/spaces/OKB/pages/26738689/How+to+use+osimis+orthanc+Docker+images>`__. 31 <https://osimis.atlassian.net/wiki/spaces/OKB/pages/26738689/How+to+use+osimis+orthanc+Docker+images>`__.
32 These ``osimis/orthanc`` images are used by the technical team of 32 These ``osimis/orthanc`` images are used by the technical team of
33 Osimis in order to provide professional support to their customers, 33 Osimis in order to provide professional support to their customers,
34 with a configuration system that can be tuned through environment 34 with a configuration system that can be tuned through environment
35 variables (which is very handy if using ``docker-compose``). These 35 variables (which is very handy if using ``docker-compose``). These
154 format, so as to include them in the resulting DICOM series (the 154 format, so as to include them in the resulting DICOM series (the
155 option ``--sample-dataset`` prints a sample JSON file that has the 155 option ``--sample-dataset`` prints a sample JSON file that has the
156 expected format). 156 expected format).
157 157
158 If you have a source image that is not a hierarchical TIFF, you must 158 If you have a source image that is not a hierarchical TIFF, you must
159 instruct the Dicomizer to use `OpenSlide <http://openslide.org/>`__ to 159 instruct the Dicomizer to use `OpenSlide <https://openslide.org/>`__
160 decode it by adding the ``--openslide`` option:: 160 to decode it by adding the ``--openslide`` option::
161 161
162 $ sudo docker run -t -i --rm --link=orthanc-wsi:orthanc --entrypoint=OrthancWSIDicomizer -v /tmp/Source.svs:/tmp/Source.svs:ro jodogne/orthanc-plugins --username=orthanc --password=orthanc --orthanc=http://orthanc:8042/ --openslide=libopenslide.so /tmp/Source.svs 162 $ sudo docker run -t -i --rm --link=orthanc-wsi:orthanc --entrypoint=OrthancWSIDicomizer -v /tmp/Source.svs:/tmp/Source.svs:ro jodogne/orthanc-plugins --username=orthanc --password=orthanc --orthanc=http://orthanc:8042/ --openslide=libopenslide.so /tmp/Source.svs
163 163
164 164
165 PostgreSQL and Orthanc inside Docker 165 PostgreSQL and Orthanc inside Docker