mirror of https://github.com/docker/cli.git
add docker server version to /info
Signed-off-by: Zhang Kun <zkazure@gmail.com>
This commit is contained in:
parent
fac1158156
commit
708318b076
|
@ -21,6 +21,7 @@ For example:
|
|||
$ docker -D info
|
||||
Containers: 14
|
||||
Images: 52
|
||||
Engine Version: 1.9.0
|
||||
Storage Driver: aufs
|
||||
Root Dir: /var/lib/docker/aufs
|
||||
Backing Filesystem: extfs
|
||||
|
|
|
@ -33,6 +33,7 @@ Here is a sample output:
|
|||
# docker info
|
||||
Containers: 14
|
||||
Images: 52
|
||||
Engine Version: 1.9.0
|
||||
Storage Driver: aufs
|
||||
Root Dir: /var/lib/docker/aufs
|
||||
Dirs: 80
|
||||
|
|
Loading…
Reference in New Issue