diff Sphinx/source/users/docker.rst @ 177:570f28208c5e

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Dec 2018 16:44:15 +0100
parents 01684f60a8ba
children 981e5a996b11
line wrap: on
line diff
--- a/Sphinx/source/users/docker.rst	Mon Dec 03 13:59:57 2018 +0100
+++ b/Sphinx/source/users/docker.rst	Mon Dec 03 16:44:15 2018 +0100
@@ -197,9 +197,9 @@
 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``
-session can be started as follows::
+command-line session can be started as follows::
 
-  $ sudo docker run -i -t --rm --entrypoint=bash --cap-add=SYS_PTRACE -p 4242:4242 -p 8042:8042 jodogne/orthanc-debug
+  $ sudo 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
 
 Note that: