E
E
exernet2018-05-21 10:25:37
linux
exernet, 2018-05-21 10:25:37

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

1 answer(s)
V
Vyacheslav, 2018-05-21
@exernet

If we are talking about Docker on Linux, then all container processes will be displayed in ps auxfthe 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 question

Ask a Question

731 491 924 answers to any question