Editing Docker info

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 
* <code>[[docker]] info</code>  
 
* <code>[[docker]] info</code>  
* <code>[[docker -D]] info</code>  
+
* <code>[[docker]] -D info</code>  
  
 
* <code>docker info| grep -A 20 "[[Insecure Registries]]" </code> See also: [[daemon.json]]
 
* <code>docker info| grep -A 20 "[[Insecure Registries]]" </code> See also: [[daemon.json]]
Line 9: Line 9:
 
== Examples ==
 
== Examples ==
  
=== 23.0.5 ===
 
 
Client:
 
  Version:    24.0.6-rd
 
  Context:    default
 
  Debug Mode: false
 
  Plugins:
 
  buildx: Docker Buildx (Docker Inc.)
 
    Version:  v0.10.4
 
    Path:    /Users/user/.docker/cli-plugins/docker-buildx
 
  compose: Docker Compose (Docker Inc.)
 
    Version:  v2.17.3
 
    Path:    /Users/user/.docker/cli-plugins/docker-compose
 
  dev: Docker Dev Environments (Docker Inc.)
 
    Version:  v0.1.0
 
    Path:    /Users/user/.docker/cli-plugins/docker-dev
 
  extension: Manages Docker extensions (Docker Inc.)
 
    Version:  v0.2.19
 
    Path:    /Users/user/.docker/cli-plugins/docker-extension
 
  init: Creates Docker-related starter files for your project (Docker Inc.)
 
    Version:  v0.1.0-beta.4
 
    Path:    /Users/user/.docker/cli-plugins/docker-init
 
  [[sbom]]: View the packaged-based Software Bill Of Materials (SBOM) for an image (Anchore Inc.)
 
    Version:  0.6.0
 
    Path:    /Users/user/.docker/cli-plugins/docker-sbom
 
  scan: Docker Scan (Docker Inc.)
 
    Version:  v0.26.0
 
    Path:    /Users/user/.docker/cli-plugins/docker-scan
 
  scout: Command line tool for Docker Scout (Docker Inc.)
 
    Version:  v0.10.0
 
    Path:    /Users/user/.docker/cli-plugins/docker-scout
 
 
Server:
 
  Containers: 5
 
  Running: 0
 
  Paused: 0
 
  Stopped: 5
 
  Images: 41
 
  Server Version: 23.0.5
 
  Storage Driver: overlay2
 
  Backing Filesystem: extfs
 
  Supports d_type: true
 
  Using metacopy: false
 
  Native Overlay Diff: true
 
  userxattr: false
 
  Logging Driver: json-file
 
  Cgroup Driver: cgroupfs
 
  Cgroup Version: 2
 
  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: io.containerd.runc.v2 runc
 
  Default Runtime: runc
 
  Init Binary: docker-init
 
  containerd version: 2806fc1057397dbaeefbea0e4e17bddfbd388f38
 
  runc version: v1.1.5-0-gf19387a
 
  init version: de40ad0
 
  Security Options:
 
  seccomp
 
    Profile: builtin
 
  cgroupns
 
  Kernel Version: 5.15.49-linuxkit
 
  Operating System: Docker Desktop
 
  OSType: linux
 
  Architecture: aarch64
 
  CPUs: 4
 
  Total Memory: 7.667GiB
 
  Name: docker-desktop
 
  ID: eb2c6f20-92cb-45c4-a3b3-2b7934450da8
 
  Docker Root Dir: /var/lib/docker
 
  Debug Mode: false
 
  HTTP Proxy: http.docker.internal:3128
 
  HTTPS Proxy: http.docker.internal:3128
 
  No Proxy: hubproxy.docker.internal
 
  Experimental: false
 
  Insecure Registries:
 
  [[hubproxy.docker.internal]]:5555
 
  127.0.0.0/8
 
  Live Restore Enabled: false
 
 
=== 19.03.1 ===
 
 
  Client:
 
  Client:
 
   Debug Mode: false
 
   Debug Mode: false
Line 142: Line 59:
  
  
=== 1.10.3 ===
 
$ docker info
 
Client:
 
  Debug Mode: false
 
 
Server:
 
  Containers: 14
 
  Running: 3
 
  Paused: 1
 
  Stopped: 10
 
  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
 
  Architecture: x86_64
 
  CPUs: 1
 
  Total Memory: 991.7 MiB
 
  Name: ip-172-30-0-91.ec2.internal
 
 
<pre>
 
<pre>
 +
$ docker info
 +
Client:
 +
Debug Mode: false
 +
 +
Server:
 +
Containers: 14
 +
  Running: 3
 +
  Paused: 1
 +
  Stopped: 10
 +
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
 +
Architecture: x86_64
 +
CPUs: 1
 +
Total Memory: 991.7 MiB
 +
Name: ip-172-30-0-91.ec2.internal
 
  ID: I54V:OLXT:HVMM:TPKO:JPHQ:CQCD:JNLC:O3BZ:4ZVJ:43XJ:PFHZ:6N2S
 
  ID: I54V:OLXT:HVMM:TPKO:JPHQ:CQCD:JNLC:O3BZ:4ZVJ:43XJ:PFHZ:6N2S
 
  Docker Root Dir: /var/lib/docker
 
  Docker Root Dir: /var/lib/docker
Line 294: Line 210:
  
 
== See also ==
 
== See also ==
* {{docker cli}}
+
* {{docker}}
 +
* [[overlay]] [[fs]]
  
 
[[Category: docker]]
 
[[Category: docker]]

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: