1
0
mirror of https://github.com/docker/cli.git synced 2025-08-08 12:02:07 +03:00

Expose docker's root directory by default as part of docker info.

Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
Vishnu kannan
2016-02-03 18:10:48 -08:00
committed by Tibor Vass
parent 3969f77c86
commit cb1279e542
2 changed files with 9 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ For example:
Total Memory: 62.86 GiB
Name: docker
ID: I54V:OLXT:HVMM:TPKO:JPHQ:CQCD:JNLC:O3BZ:4ZVJ:43XJ:PFHZ:6N2S
Docker Root Dir: /var/lib/docker
Debug mode (client): true
Debug mode (server): true
File Descriptors: 59

View File

@@ -51,6 +51,13 @@ Here is a sample output:
Architecture: x86_64
CPUs: 1
Total Memory: 2 GiB
Name: docker
ID: I54V:OLXT:HVMM:TPKO:JPHQ:CQCD:JNLC:O3BZ:4ZVJ:43XJ:PFHZ:6N2S
Docker Root Dir: /var/lib/docker
Debug mode (client): false
Debug mode (server): false
Username: xyz
Registry: https://index.docker.io/v1/
# HISTORY
April 2014, Originally compiled by William Henry (whenry at redhat dot com)