Container Processes
Examine the processes associated with the containers.
We'll cover the following
Inspecting container processes
Most containers only run a single process. This is the container’s main app process and is always PID 1
. Run a ps
command to see the processes running in container. We’ll need to be connected to the exec session from the previous section for these commands to work.
Get hands-on with 1200+ tech skills courses.