Root PID of Docker container

Viewed 5539

How can I find the external PID of the root PID inside a Docker container - that is, the one that has PID 1 inside the container? docker ps doesn't seem to display that information.

3 Answers
Related