comparison 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
comparison
equal deleted inserted replaced
176:01684f60a8ba 177:570f28208c5e
195 $ sudo docker run -i -t --rm --entrypoint=bash jodogne/orthanc-plugins 195 $ sudo docker run -i -t --rm --entrypoint=bash jodogne/orthanc-plugins
196 196
197 For developers and power users, the images ``jodogne/orthanc-debug`` 197 For developers and power users, the images ``jodogne/orthanc-debug``
198 contain the Orthanc core compiled in debug mode (i.e. with runtime 198 contain the Orthanc core compiled in debug mode (i.e. with runtime
199 assertions enabled, and including debugging symbols). A ``gdb`` 199 assertions enabled, and including debugging symbols). A ``gdb``
200 session can be started as follows:: 200 command-line session can be started as follows::
201 201
202 $ sudo docker run -i -t --rm --entrypoint=bash --cap-add=SYS_PTRACE -p 4242:4242 -p 8042:8042 jodogne/orthanc-debug 202 $ sudo docker run -i -t --rm --entrypoint=bash --network=host --cap-add=SYS_PTRACE -p 4242:4242 -p 8042:8042 jodogne/orthanc-debug
203 # gdb --args Orthanc /etc/orthanc/ --verbose 203 # gdb --args Orthanc /etc/orthanc/ --verbose
204 204
205 Note that: 205 Note that:
206 206
207 * The plugins are not available in this image yet. 207 * The plugins are not available in this image yet.