Display a live stream of container resource usage statistics
Pause all processes in one or more containers
Unpause all processes in one or more containers
Display the running processes of a container
docker top
Similar to Linux top command but for processes running inside a container.
Show processes in container
docker top my_container
Stop one or more running containers
Run a command in a running container
Create and start a new container