mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Added additional container information to "docker info".
Instead of just showing the number of containers this patch will
show the number of running, paused and stopped containers as well.
Signed-off-by: Kim Eik <kim@heldig.org>
(cherry picked from commit a9804ab1cb)
This commit is contained in:
parent
058e6dce18
commit
e732f4e649
9 changed files with 79 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ Here is a sample output:
|
|||
|
||||
# docker info
|
||||
Containers: 14
|
||||
Running: 3
|
||||
Paused: 1
|
||||
Stopped: 10
|
||||
Images: 52
|
||||
Server Version: 1.9.0
|
||||
Storage Driver: aufs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue