Container Processes
Examine the processes associated with the containers.
We'll cover the following
Inspecting processes
When we start the Ubuntu container and tell it to run the Bash shell (/bin/bash
), this makes the Bash shell the one and only process running inside of the container.
You can see this by running ps -elf
from inside the container.
Get hands-on with 1000+ tech skills courses.
Learn to code, grow your skills, and succeed in your tech interview