changeset 1008:23a54088d604

Docker image jodogne/orthanc-debug is not maintained anymore
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 Jan 2024 17:56:00 +0100
parents 7fbd7a6a1d56
children b7835da59750
files Sphinx/source/users/docker.rst Sphinx/source/users/docker.rst.BAK
diffstat 2 files changed, 23 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/users/docker.rst	Mon Jan 01 13:28:17 2024 +0100
+++ b/Sphinx/source/users/docker.rst	Wed Jan 03 17:56:00 2024 +0100
@@ -305,26 +305,3 @@
 
   $ docker run -i -t --rm --entrypoint=bash jodogne/orthanc:1.12.2
   $ docker run -i -t --rm --entrypoint=bash jodogne/orthanc-plugins:1.12.2
-
-For developers and power users, the images ``jodogne/orthanc-debug``
-contain the Orthanc core compiled in debug mode (i.e. with runtime
-assertions enabled, and including debugging symbols). A ``gdb``
-command-line session can be started as follows::
-
-  $ docker run -i -t --rm --entrypoint=bash --network=host --cap-add=SYS_PTRACE -p 4242:4242 -p 8042:8042 jodogne/orthanc-debug
-  # gdb --args Orthanc /etc/orthanc/ --verbose
-
-Exceptions can be automatically caught by launching ``gdb`` as follows::
-
-  # gdb --ex 'catch t' --ex r --ex bt --args ./Orthanc /etc/orthanc/ --verbose
- 
-Note that:
-
-* The plugins are not available in this image yet.
-
-* The Orthanc source code can be found in folder ``/root/orthanc``.
-
-* The build artifacts can be found in folder ``/root/orthanc/Build``.
-
-* This command launches the mainline version. To start a released version,
-  use e.g. ``jodogne/orthanc-debug:1.12.2``.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Sphinx/source/users/docker.rst.BAK	Wed Jan 03 17:56:00 2024 +0100
@@ -0,0 +1,23 @@
+
+For developers and power users, the images ``jodogne/orthanc-debug``
+contain the Orthanc core compiled in debug mode (i.e. with runtime
+assertions enabled, and including debugging symbols). A ``gdb``
+command-line session can be started as follows::
+
+  $ docker run -i -t --rm --entrypoint=bash --network=host --cap-add=SYS_PTRACE -p 4242:4242 -p 8042:8042 jodogne/orthanc-debug
+  # gdb --args Orthanc /etc/orthanc/ --verbose
+
+Exceptions can be automatically caught by launching ``gdb`` as follows::
+
+  # gdb --ex 'catch t' --ex r --ex bt --args ./Orthanc /etc/orthanc/ --verbose
+ 
+Note that:
+
+* The plugins are not available in this image yet.
+
+* The Orthanc source code can be found in folder ``/root/orthanc``.
+
+* The build artifacts can be found in folder ``/root/orthanc/Build``.
+
+* This command launches the mainline version. To start a released version,
+  use e.g. ``jodogne/orthanc-debug:1.12.2``.