Docker Top

Difficulty: Beginner

Question

How do you see the processes running inside a container?

Answer

Use the `docker top <container_id>` command.

Concepts covered

Processes, Top