docker info命令-展示docker的信息

info 展示docker的信息

Usage: docker info


Display system-wide information

For example:

$ sudo docker -D info

Containers:16Images:2138StorageDriver: btrfs
ExecutionDriver:native-0.1KernelVersion:3.12.0-1-amd64
Debug mode (server):falseDebug mode (client):trueFds:16Goroutines:104EventsListeners:0InitPath:/usr/bin/docker
Sockets:[unix:///var/run/docker.sock tcp://0.0.0.0:4243]Username: svendowideit
Registry:[https://index.docker.io/v1/]

The global -D option tells all docker comands to output debug information.

When sending issue reports, please use docker version and docker -D info to ensure we know how your setup is configured.