Difference between revisions of "Docker system info"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 5: Line 5:
 
* The docker system info output now segregates information relevant to the client and daemon. docker/cli#1638 https://github.com/docker/docker-ce/releases/tag/v19.03.0
 
* The docker system info output now segregates information relevant to the client and daemon. docker/cli#1638 https://github.com/docker/docker-ce/releases/tag/v19.03.0
  
 +
<pre>
 +
docker system info
 +
Client:
 +
Debug Mode: false
 +
 +
Server:
 +
Containers: 1
 +
  Running: 0
 +
  Paused: 0
 +
  Stopped: 1
 +
Images: 1
 +
Server Version: 19.03.8
 +
Storage Driver: overlay2
 +
  Backing Filesystem: <unknown>
 +
  Supports d_type: true
 +
  Native Overlay Diff: true
 +
Logging Driver: json-file
 +
Cgroup Driver: cgroupfs
 +
Plugins:
 +
  Volume: local
 +
  Network: bridge host ipvlan macvlan null overlay
 +
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 +
Swarm: inactive
 +
Runtimes: runc
 +
Default Runtime: runc
 +
Init Binary: docker-init
 +
containerd version:
 +
runc version:
 +
init version:
 +
Security Options:
 +
  apparmor
 +
  seccomp
 +
  Profile: default
 +
Kernel Version: 5.4.0-42-generic
 +
Operating System: Ubuntu 20.04.1 LTS
 +
OSType: linux
 +
Architecture: x86_64
 +
CPUs: 1
 +
Total Memory: 981.4MiB
 +
Name: primary
 +
ID: WVOL:A6EF:PPY6:QEGV:YHVR:HTJU:FGSW:CTC7:O4AX:GFHX:HS3G:4DP4
 +
Docker Root Dir: /var/lib/docker
 +
Debug Mode: false
 +
Registry: https://index.docker.io/v1/
 +
Labels:
 +
Experimental: false
 +
Insecure Registries:
 +
  127.0.0.0/8
 +
Live Restore Enabled: false
 +
 +
WARNING: No swap limit support
 +
</pre>
  
 
== Related commands ==
 
== Related commands ==

Revision as of 10:38, 1 September 2020

This article is a Draft. Help us to complete it.


docker system info
Client:
 Debug Mode: false

Server:
 Containers: 1
  Running: 0
  Paused: 0
  Stopped: 1
 Images: 1
 Server Version: 19.03.8
 Storage Driver: overlay2
  Backing Filesystem: <unknown>
  Supports d_type: true
  Native Overlay Diff: true
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version:
 runc version:
 init version:
 Security Options:
  apparmor
  seccomp
   Profile: default
 Kernel Version: 5.4.0-42-generic
 Operating System: Ubuntu 20.04.1 LTS
 OSType: linux
 Architecture: x86_64
 CPUs: 1
 Total Memory: 981.4MiB
 Name: primary
 ID: WVOL:A6EF:PPY6:QEGV:YHVR:HTJU:FGSW:CTC7:O4AX:GFHX:HS3G:4DP4
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

WARNING: No swap limit support

Related commands

See also

  • https://docs.docker.com/v17.12/edge/engine/reference/commandline/system_info/
  • https://docs.docker.com/v17.12/edge/engine/reference/commandline/system_events/
  • Advertising: