What are debugging restrictions inside Docker? What are debugging restrictions inside Docker? docker docker

What are debugging restrictions inside Docker?


For the record: debugging (and also strace) need the CAP_PTRACE capability. The problem was solved by running the container with --privileged.