0 votes
in Docker by
How do you get the number of containers running, paused and stopped?

1 Answer

0 votes
by

You can use the following command to get detailed information about the docker installed on your system.

$ docker info

...