mirror of https://github.com/docker/cli.git
docs/reference: info: update example output
Update the example output to not use deprecated storage drivers or Windows versions. Also removes the section about `--debug`, because the `docker info` output depends on the _daemon_ (not the client) to have debug mode enabled. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
9ba371f665
commit
cac78c237f
|
@ -43,9 +43,9 @@ available on the volume where `/var/lib/docker` is mounted.
|
||||||
|
|
||||||
### Show output
|
### Show output
|
||||||
|
|
||||||
The example below shows the output for a daemon running on Red Hat Enterprise Linux,
|
The example below shows the output for a daemon running on Ubuntu Linux,
|
||||||
using the `devicemapper` storage driver. As can be seen in the output, additional
|
using the `overlay2` storage driver. As can be seen in the output, additional
|
||||||
information about the `devicemapper` storage driver is shown:
|
information about the `overlay2` storage driver is shown:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker info
|
$ docker info
|
||||||
|
@ -53,6 +53,16 @@ $ docker info
|
||||||
Client:
|
Client:
|
||||||
Context: default
|
Context: default
|
||||||
Debug Mode: false
|
Debug Mode: false
|
||||||
|
Plugins:
|
||||||
|
buildx: Docker Buildx (Docker Inc.)
|
||||||
|
Version: v0.8.2
|
||||||
|
Path: /usr/libexec/docker/cli-plugins/docker-buildx
|
||||||
|
compose: Docker Compose (Docker Inc.)
|
||||||
|
Version: v2.6.0
|
||||||
|
Path: /usr/libexec/docker/cli-plugins/docker-compose
|
||||||
|
scan: Docker Scan (Docker Inc.)
|
||||||
|
Version: v0.17.0
|
||||||
|
Path: /usr/libexec/docker/cli-plugins/docker-scan
|
||||||
|
|
||||||
Server:
|
Server:
|
||||||
Containers: 14
|
Containers: 14
|
||||||
|
@ -60,141 +70,51 @@ Server:
|
||||||
Paused: 1
|
Paused: 1
|
||||||
Stopped: 10
|
Stopped: 10
|
||||||
Images: 52
|
Images: 52
|
||||||
Server Version: 1.10.3
|
Server Version: 22.06.0
|
||||||
Storage Driver: devicemapper
|
Storage Driver: overlay2
|
||||||
Pool Name: docker-202:2-25583803-pool
|
Backing Filesystem: extfs
|
||||||
Pool Blocksize: 65.54 kB
|
Supports d_type: true
|
||||||
Base Device Size: 10.74 GB
|
Using metacopy: false
|
||||||
Backing Filesystem: xfs
|
Native Overlay Diff: true
|
||||||
Data file: /dev/loop0
|
userxattr: false
|
||||||
Metadata file: /dev/loop1
|
|
||||||
Data Space Used: 1.68 GB
|
|
||||||
Data Space Total: 107.4 GB
|
|
||||||
Data Space Available: 7.548 GB
|
|
||||||
Metadata Space Used: 2.322 MB
|
|
||||||
Metadata Space Total: 2.147 GB
|
|
||||||
Metadata Space Available: 2.145 GB
|
|
||||||
Udev Sync Supported: true
|
|
||||||
Deferred Removal Enabled: false
|
|
||||||
Deferred Deletion Enabled: false
|
|
||||||
Deferred Deleted Device Count: 0
|
|
||||||
Data loop file: /var/lib/docker/devicemapper/devicemapper/data
|
|
||||||
Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata
|
|
||||||
Library Version: 1.02.107-RHEL7 (2015-12-01)
|
|
||||||
Execution Driver: native-0.2
|
|
||||||
Logging Driver: json-file
|
Logging Driver: json-file
|
||||||
|
Cgroup Driver: systemd
|
||||||
|
Cgroup Version: 2
|
||||||
Plugins:
|
Plugins:
|
||||||
Volume: local
|
Volume: local
|
||||||
Network: null host bridge
|
Network: bridge host ipvlan macvlan null overlay
|
||||||
Kernel Version: 3.10.0-327.el7.x86_64
|
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
|
||||||
Operating System: Red Hat Enterprise Linux Server 7.2 (Maipo)
|
Swarm: inactive
|
||||||
|
Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
|
||||||
|
Default Runtime: runc
|
||||||
|
Init Binary: docker-init
|
||||||
|
containerd version: 212e8b6fa2f44b9c21b2798135fc6fb7c53efc16
|
||||||
|
runc version: v1.1.1-0-g52de29d
|
||||||
|
init version: de40ad0
|
||||||
|
Security Options:
|
||||||
|
apparmor
|
||||||
|
seccomp
|
||||||
|
Profile: builtin
|
||||||
|
cgroupns
|
||||||
|
Kernel Version: 5.15.0-25-generic
|
||||||
|
Operating System: Ubuntu 22.04 LTS
|
||||||
OSType: linux
|
OSType: linux
|
||||||
Architecture: x86_64
|
Architecture: x86_64
|
||||||
CPUs: 1
|
CPUs: 1
|
||||||
Total Memory: 991.7 MiB
|
Total Memory: 991.7 MiB
|
||||||
Name: ip-172-30-0-91.ec2.internal
|
Name: ip-172-30-0-91.ec2.internal
|
||||||
ID: I54V:OLXT:HVMM:TPKO:JPHQ:CQCD:JNLC:O3BZ:4ZVJ:43XJ:PFHZ:6N2S
|
ID: 4cee4408-10d2-4e17-891c-a41736ac4536
|
||||||
Docker Root Dir: /var/lib/docker
|
Docker Root Dir: /var/lib/docker
|
||||||
Debug Mode: false
|
Debug Mode: false
|
||||||
Username: gordontheturtle
|
Username: gordontheturtle
|
||||||
Registry: https://index.docker.io/v1/
|
Registry: https://index.docker.io/v1/
|
||||||
|
Experimental: false
|
||||||
Insecure registries:
|
Insecure registries:
|
||||||
myinsecurehost:5000
|
myinsecurehost:5000
|
||||||
127.0.0.0/8
|
127.0.0.0/8
|
||||||
```
|
|
||||||
|
|
||||||
### <a name=debug></a> Show debugging output (--debug)
|
|
||||||
|
|
||||||
Here is a sample output for a daemon running on Ubuntu, using the overlay2
|
|
||||||
storage driver and a node that is part of a 2-node swarm:
|
|
||||||
|
|
||||||
```console
|
|
||||||
$ docker --debug info
|
|
||||||
|
|
||||||
Client:
|
|
||||||
Context: default
|
|
||||||
Debug Mode: true
|
|
||||||
|
|
||||||
Server:
|
|
||||||
Containers: 14
|
|
||||||
Running: 3
|
|
||||||
Paused: 1
|
|
||||||
Stopped: 10
|
|
||||||
Images: 52
|
|
||||||
Server Version: 1.13.0
|
|
||||||
Storage Driver: overlay2
|
|
||||||
Backing Filesystem: extfs
|
|
||||||
Supports d_type: true
|
|
||||||
Native Overlay Diff: false
|
|
||||||
Logging Driver: json-file
|
|
||||||
Cgroup Driver: cgroupfs
|
|
||||||
Plugins:
|
|
||||||
Volume: local
|
|
||||||
Network: bridge host macvlan null overlay
|
|
||||||
Swarm: active
|
|
||||||
NodeID: rdjq45w1op418waxlairloqbm
|
|
||||||
Is Manager: true
|
|
||||||
ClusterID: te8kdyw33n36fqiz74bfjeixd
|
|
||||||
Managers: 1
|
|
||||||
Nodes: 2
|
|
||||||
Orchestration:
|
|
||||||
Task History Retention Limit: 5
|
|
||||||
Raft:
|
|
||||||
Snapshot Interval: 10000
|
|
||||||
Number of Old Snapshots to Retain: 0
|
|
||||||
Heartbeat Tick: 1
|
|
||||||
Election Tick: 3
|
|
||||||
Dispatcher:
|
|
||||||
Heartbeat Period: 5 seconds
|
|
||||||
CA Configuration:
|
|
||||||
Expiry Duration: 3 months
|
|
||||||
Root Rotation In Progress: false
|
|
||||||
Node Address: 172.16.66.128 172.16.66.129
|
|
||||||
Manager Addresses:
|
|
||||||
172.16.66.128:2477
|
|
||||||
Runtimes: runc
|
|
||||||
Default Runtime: runc
|
|
||||||
Init Binary: docker-init
|
|
||||||
containerd version: 8517738ba4b82aff5662c97ca4627e7e4d03b531
|
|
||||||
runc version: ac031b5bf1cc92239461125f4c1ffb760522bbf2
|
|
||||||
init version: N/A (expected: v0.13.0)
|
|
||||||
Security Options:
|
|
||||||
apparmor
|
|
||||||
seccomp
|
|
||||||
Profile: default
|
|
||||||
Kernel Version: 4.4.0-31-generic
|
|
||||||
Operating System: Ubuntu 16.04.1 LTS
|
|
||||||
OSType: linux
|
|
||||||
Architecture: x86_64
|
|
||||||
CPUs: 2
|
|
||||||
Total Memory: 1.937 GiB
|
|
||||||
Name: ubuntu
|
|
||||||
ID: H52R:7ZR6:EIIA:76JG:ORIY:BVKF:GSFU:HNPG:B5MK:APSC:SZ3Q:N326
|
|
||||||
Docker Root Dir: /var/lib/docker
|
|
||||||
Debug Mode: true
|
|
||||||
File Descriptors: 30
|
|
||||||
Goroutines: 123
|
|
||||||
System Time: 2016-11-12T17:24:37.955404361-08:00
|
|
||||||
EventsListeners: 0
|
|
||||||
Http Proxy: http://test:test@proxy.example.com:8080
|
|
||||||
Https Proxy: https://test:test@proxy.example.com:8080
|
|
||||||
No Proxy: localhost,127.0.0.1,docker-registry.somecorporation.com
|
|
||||||
Registry: https://index.docker.io/v1/
|
|
||||||
WARNING: No swap limit support
|
|
||||||
Labels:
|
|
||||||
storage=ssd
|
|
||||||
staging=true
|
|
||||||
Experimental: false
|
|
||||||
Insecure Registries:
|
|
||||||
127.0.0.0/8
|
|
||||||
Registry Mirrors:
|
|
||||||
http://192.168.1.2/
|
|
||||||
http://registry-mirror.example.com:5000/
|
|
||||||
Live Restore Enabled: false
|
Live Restore Enabled: false
|
||||||
```
|
```
|
||||||
|
|
||||||
The global `-D` option causes all `docker` commands to output debug information.
|
|
||||||
|
|
||||||
### <a name=format></a> Format the output (--format)
|
### <a name=format></a> Format the output (--format)
|
||||||
|
|
||||||
You can also specify the output format:
|
You can also specify the output format:
|
||||||
|
@ -207,13 +127,18 @@ $ docker info --format '{{json .}}'
|
||||||
|
|
||||||
### Run `docker info` on Windows
|
### Run `docker info` on Windows
|
||||||
|
|
||||||
Here is a sample output for a daemon running on Windows Server 2016:
|
Here is a sample output for a daemon running on Windows Server:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
E:\docker>docker info
|
C:\> docker info
|
||||||
|
|
||||||
Client:
|
Client:
|
||||||
Context: default
|
Context: default
|
||||||
Debug Mode: false
|
Debug Mode: false
|
||||||
|
Plugins:
|
||||||
|
buildx: Docker Buildx (Docker Inc., v0.8.2-docker)
|
||||||
|
compose: Docker Compose (Docker Inc., v2.6.0)
|
||||||
|
scan: Docker Scan (Docker Inc., v0.17.0)
|
||||||
|
|
||||||
Server:
|
Server:
|
||||||
Containers: 1
|
Containers: 1
|
||||||
|
@ -221,27 +146,29 @@ Server:
|
||||||
Paused: 0
|
Paused: 0
|
||||||
Stopped: 1
|
Stopped: 1
|
||||||
Images: 17
|
Images: 17
|
||||||
Server Version: 1.13.0
|
Server Version: 20.10.16
|
||||||
Storage Driver: windowsfilter
|
Storage Driver: windowsfilter
|
||||||
Windows:
|
|
||||||
Logging Driver: json-file
|
Logging Driver: json-file
|
||||||
Plugins:
|
Plugins:
|
||||||
Volume: local
|
Volume: local
|
||||||
Network: nat null overlay
|
Network: ics internal l2bridge l2tunnel nat null overlay private transparent
|
||||||
|
Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
|
||||||
Swarm: inactive
|
Swarm: inactive
|
||||||
Default Isolation: process
|
Default Isolation: process
|
||||||
Kernel Version: 10.0 14393 (14393.206.amd64fre.rs1_release.160912-1937)
|
Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
|
||||||
Operating System: Windows Server 2016 Datacenter
|
Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.707)
|
||||||
OSType: windows
|
OSType: windows
|
||||||
Architecture: x86_64
|
Architecture: x86_64
|
||||||
CPUs: 8
|
CPUs: 8
|
||||||
Total Memory: 3.999 GiB
|
Total Memory: 3.999 GiB
|
||||||
Name: WIN-V0V70C0LU5P
|
Name: WIN-V0V70C0LU5P
|
||||||
ID: NYMS:B5VK:UMSL:FVDZ:EWB5:FKVK:LPFL:FJMQ:H6FT:BZJ6:L2TD:XH62
|
ID: 2880d38d-464e-4d01-91bd-c76f33ba3981
|
||||||
Docker Root Dir: C:\control
|
Docker Root Dir: C:\ProgramData\docker
|
||||||
Debug Mode: false
|
Debug Mode: false
|
||||||
Registry: https://index.docker.io/v1/
|
Registry: https://index.docker.io/v1/
|
||||||
|
Experimental: true
|
||||||
Insecure Registries:
|
Insecure Registries:
|
||||||
|
myregistry:5000
|
||||||
127.0.0.0/8
|
127.0.0.0/8
|
||||||
Registry Mirrors:
|
Registry Mirrors:
|
||||||
http://192.168.1.2/
|
http://192.168.1.2/
|
||||||
|
|
|
@ -20,148 +20,77 @@ available on the volume where `/var/lib/docker` is mounted.
|
||||||
|
|
||||||
## Display Docker system information
|
## Display Docker system information
|
||||||
|
|
||||||
Here is a sample output for a daemon running on Ubuntu, using the overlay2
|
The example below shows the output for a daemon running on Ubuntu Linux,
|
||||||
storage driver:
|
using the `overlay2` storage driver. As can be seen in the output, additional
|
||||||
|
information about the `overlay2` storage driver is shown:
|
||||||
|
|
||||||
$ docker -D info
|
```console
|
||||||
Client:
|
$ docker info
|
||||||
Debug Mode: true
|
|
||||||
|
|
||||||
Server:
|
Client:
|
||||||
|
Context: default
|
||||||
|
Debug Mode: false
|
||||||
|
Plugins:
|
||||||
|
buildx: Docker Buildx (Docker Inc.)
|
||||||
|
Version: v0.8.2
|
||||||
|
Path: /usr/libexec/docker/cli-plugins/docker-buildx
|
||||||
|
compose: Docker Compose (Docker Inc.)
|
||||||
|
Version: v2.6.0
|
||||||
|
Path: /usr/libexec/docker/cli-plugins/docker-compose
|
||||||
|
scan: Docker Scan (Docker Inc.)
|
||||||
|
Version: v0.17.0
|
||||||
|
Path: /usr/libexec/docker/cli-plugins/docker-scan
|
||||||
|
|
||||||
|
Server:
|
||||||
Containers: 14
|
Containers: 14
|
||||||
Running: 3
|
Running: 3
|
||||||
Paused: 1
|
Paused: 1
|
||||||
Stopped: 10
|
Stopped: 10
|
||||||
Images: 52
|
Images: 52
|
||||||
Server Version: 1.13.0
|
Server Version: 22.06.0
|
||||||
Storage Driver: overlay2
|
Storage Driver: overlay2
|
||||||
Backing Filesystem: extfs
|
Backing Filesystem: extfs
|
||||||
Supports d_type: true
|
Supports d_type: true
|
||||||
Native Overlay Diff: false
|
Using metacopy: false
|
||||||
|
Native Overlay Diff: true
|
||||||
|
userxattr: false
|
||||||
Logging Driver: json-file
|
Logging Driver: json-file
|
||||||
Cgroup Driver: cgroupfs
|
Cgroup Driver: systemd
|
||||||
|
Cgroup Version: 2
|
||||||
Plugins:
|
Plugins:
|
||||||
Volume: local
|
Volume: local
|
||||||
Network: bridge host macvlan null overlay
|
Network: bridge host ipvlan macvlan null overlay
|
||||||
Swarm: active
|
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
|
||||||
NodeID: rdjq45w1op418waxlairloqbm
|
Swarm: inactive
|
||||||
Is Manager: true
|
Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
|
||||||
ClusterID: te8kdyw33n36fqiz74bfjeixd
|
|
||||||
Managers: 1
|
|
||||||
Nodes: 2
|
|
||||||
Orchestration:
|
|
||||||
Task History Retention Limit: 5
|
|
||||||
Raft:
|
|
||||||
Snapshot Interval: 10000
|
|
||||||
Number of Old Snapshots to Retain: 0
|
|
||||||
Heartbeat Tick: 1
|
|
||||||
Election Tick: 3
|
|
||||||
Dispatcher:
|
|
||||||
Heartbeat Period: 5 seconds
|
|
||||||
CA Configuration:
|
|
||||||
Expiry Duration: 3 months
|
|
||||||
Node Address: 172.16.66.128 172.16.66.129
|
|
||||||
Manager Addresses:
|
|
||||||
172.16.66.128:2477
|
|
||||||
Runtimes: runc
|
|
||||||
Default Runtime: runc
|
Default Runtime: runc
|
||||||
Init Binary: docker-init
|
Init Binary: docker-init
|
||||||
containerd version: 8517738ba4b82aff5662c97ca4627e7e4d03b531
|
containerd version: 212e8b6fa2f44b9c21b2798135fc6fb7c53efc16
|
||||||
runc version: ac031b5bf1cc92239461125f4c1ffb760522bbf2
|
runc version: v1.1.1-0-g52de29d
|
||||||
init version: N/A (expected: v0.13.0)
|
init version: de40ad0
|
||||||
Security Options:
|
Security Options:
|
||||||
apparmor
|
apparmor
|
||||||
seccomp
|
seccomp
|
||||||
Profile: default
|
Profile: builtin
|
||||||
Kernel Version: 4.4.0-31-generic
|
cgroupns
|
||||||
Operating System: Ubuntu 16.04.1 LTS
|
Kernel Version: 5.15.0-25-generic
|
||||||
OSType: linux
|
Operating System: Ubuntu 22.04 LTS
|
||||||
Architecture: x86_64
|
|
||||||
CPUs: 2
|
|
||||||
Total Memory: 1.937 GiB
|
|
||||||
Name: ubuntu
|
|
||||||
ID: H52R:7ZR6:EIIA:76JG:ORIY:BVKF:GSFU:HNPG:B5MK:APSC:SZ3Q:N326
|
|
||||||
Docker Root Dir: /var/lib/docker
|
|
||||||
Debug Mode: true
|
|
||||||
File Descriptors: 30
|
|
||||||
Goroutines: 123
|
|
||||||
System Time: 2016-11-12T17:24:37.955404361-08:00
|
|
||||||
EventsListeners: 0
|
|
||||||
Http Proxy: http://test:test@proxy.example.com:8080
|
|
||||||
Https Proxy: https://test:test@proxy.example.com:8080
|
|
||||||
No Proxy: localhost,127.0.0.1,docker-registry.somecorporation.com
|
|
||||||
Registry: https://index.docker.io/v1/
|
|
||||||
WARNING: No swap limit support
|
|
||||||
Labels:
|
|
||||||
storage=ssd
|
|
||||||
staging=true
|
|
||||||
Experimental: false
|
|
||||||
Insecure Registries:
|
|
||||||
127.0.0.0/8
|
|
||||||
Registry Mirrors:
|
|
||||||
http://192.168.1.2/
|
|
||||||
http://registry-mirror.example.com:5000/
|
|
||||||
Live Restore Enabled: false
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
The global `-D` option tells all `docker` commands to output debug information.
|
|
||||||
|
|
||||||
The example below shows the output for a daemon running on Red Hat Enterprise Linux,
|
|
||||||
using the devicemapper storage driver. As can be seen in the output, additional
|
|
||||||
information about the devicemapper storage driver is shown:
|
|
||||||
|
|
||||||
$ docker info
|
|
||||||
Client:
|
|
||||||
Debug Mode: false
|
|
||||||
|
|
||||||
Server:
|
|
||||||
Containers: 14
|
|
||||||
Running: 3
|
|
||||||
Paused: 1
|
|
||||||
Stopped: 10
|
|
||||||
Untagged Images: 52
|
|
||||||
Server Version: 1.10.3
|
|
||||||
Storage Driver: devicemapper
|
|
||||||
Pool Name: docker-202:2-25583803-pool
|
|
||||||
Pool Blocksize: 65.54 kB
|
|
||||||
Base Device Size: 10.74 GB
|
|
||||||
Backing Filesystem: xfs
|
|
||||||
Data file: /dev/loop0
|
|
||||||
Metadata file: /dev/loop1
|
|
||||||
Data Space Used: 1.68 GB
|
|
||||||
Data Space Total: 107.4 GB
|
|
||||||
Data Space Available: 7.548 GB
|
|
||||||
Metadata Space Used: 2.322 MB
|
|
||||||
Metadata Space Total: 2.147 GB
|
|
||||||
Metadata Space Available: 2.145 GB
|
|
||||||
Udev Sync Supported: true
|
|
||||||
Deferred Removal Enabled: false
|
|
||||||
Deferred Deletion Enabled: false
|
|
||||||
Deferred Deleted Device Count: 0
|
|
||||||
Data loop file: /var/lib/docker/devicemapper/devicemapper/data
|
|
||||||
Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata
|
|
||||||
Library Version: 1.02.107-RHEL7 (2015-12-01)
|
|
||||||
Execution Driver: native-0.2
|
|
||||||
Logging Driver: json-file
|
|
||||||
Plugins:
|
|
||||||
Volume: local
|
|
||||||
Network: null host bridge
|
|
||||||
Kernel Version: 3.10.0-327.el7.x86_64
|
|
||||||
Operating System: Red Hat Enterprise Linux Server 7.2 (Maipo)
|
|
||||||
OSType: linux
|
OSType: linux
|
||||||
Architecture: x86_64
|
Architecture: x86_64
|
||||||
CPUs: 1
|
CPUs: 1
|
||||||
Total Memory: 991.7 MiB
|
Total Memory: 991.7 MiB
|
||||||
Name: ip-172-30-0-91.ec2.internal
|
Name: ip-172-30-0-91.ec2.internal
|
||||||
ID: I54V:OLXT:HVMM:TPKO:JPHQ:CQCD:JNLC:O3BZ:4ZVJ:43XJ:PFHZ:6N2S
|
ID: 4cee4408-10d2-4e17-891c-a41736ac4536
|
||||||
Docker Root Dir: /var/lib/docker
|
Docker Root Dir: /var/lib/docker
|
||||||
Debug Mode: false
|
Debug Mode: false
|
||||||
Username: gordontheturtle
|
Username: gordontheturtle
|
||||||
Registry: https://index.docker.io/v1/
|
Registry: https://index.docker.io/v1/
|
||||||
|
Experimental: false
|
||||||
Insecure registries:
|
Insecure registries:
|
||||||
myinsecurehost:5000
|
myinsecurehost:5000
|
||||||
127.0.0.0/8
|
127.0.0.0/8
|
||||||
|
Live Restore Enabled: false
|
||||||
|
```
|
||||||
|
|
||||||
You can also specify the output format:
|
You can also specify the output format:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue