Answer the question
In order to leave comments, you need to log in
How to see which docker container is loading the system?
There are 5-10 containers spinning on the host.
Containers are not limited by resources.
Suddenly, one of the containers began to load the system.
How to find out which one?
Swarm, K8s and the like are not.
Answer the question
In order to leave comments, you need to log in
If we are talking about Docker on Linux, then all container processes will be displayed in ps auxf
the form of ordinary processes, from this list you can find the process that loads the system, after which you can find the container ID in the hierarchy, using it a specific container.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question