# HG changeset patch # User Alain Mazy # Date 1588158202 -7200 # Node ID 5119ccd08aec37cc2e864a6f44510587967a6baa # Parent ba486cac480ae1aa86626f400840ef476323ed8d# Parent e73148f45930c7be507b80c6efc9bd1e98c3ecf3 merge diff -r ba486cac480a -r 5119ccd08aec Sphinx/source/users/docker.rst --- a/Sphinx/source/users/docker.rst Wed Apr 29 12:59:58 2020 +0200 +++ b/Sphinx/source/users/docker.rst Wed Apr 29 13:03:22 2020 +0200 @@ -152,6 +152,7 @@ image: jodogne/orthanc-plugins:1.6.1 command: /run/secrets/ # Path to the configuration files (stored as secrets) ports: + - 4242:4242 - 8042:8042 secrets: - orthanc.json diff -r ba486cac480a -r 5119ccd08aec Sphinx/source/users/rest.rst --- a/Sphinx/source/users/rest.rst Wed Apr 29 12:59:58 2020 +0200 +++ b/Sphinx/source/users/rest.rst Wed Apr 29 13:03:22 2020 +0200 @@ -597,6 +597,9 @@ "StorageCommitment": false }' +For more advanced uses (for instance if you need to monitor the state +of a transfer), you can start the transfer in :ref:`asynchronous mode +`, which will provide you with the identifier of the Orthanc job. Bulk Store SCU ^^^^^^^^^^^^^^