mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
Return docker's root dir in docker -D info
This adds the docker daemon's root directory to docker info when running
in debug mode. This allows the user to view the root directory where
docker is writing and storing state.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
Upstream-commit: f96a52c955
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
aedc6dbfed
commit
0463b47ef4
@@ -1066,6 +1066,7 @@ For example:
|
||||
Goroutines: 9
|
||||
EventsListeners: 0
|
||||
Init Path: /usr/bin/docker
|
||||
Docker Root Dir: /var/lib/docker
|
||||
Username: svendowideit
|
||||
Registry: [https://index.docker.io/v1/]
|
||||
Labels:
|
||||
|
||||
Reference in New Issue
Block a user