Hacker News new | ask | show | jobs
by reed1 2119 days ago
sorry for being ignorant to learn myself, but how do I do this?
1 comments

No need to apologize, this stuff isn't always easy to find. In docker, it's done by passing --pid=container:$TARGETCONTAINER to docker run

Here's the docs on it: https://docs.docker.com/engine/reference/run/#pid-settings--...