1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
   | ➜  ~ docker info Client:  Debug Mode: false
  Server:  Containers: 1   Running: 0   Paused: 0   Stopped: 1  Images: 1  Server Version: 19.03.4  Storage Driver: overlay2   Backing Filesystem: extfs   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: b34a5c8af56e510852c35414db4c1f4fa6172339  runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657  init version: fec3683  Security Options:   apparmor   seccomp    Profile: default  Kernel Version: 4.15.0-66-generic  Operating System: Ubuntu 18.04.2 LTS  OSType: linux  Architecture: x86_64  CPUs: 2  Total Memory: 1.924GiB  Name: ubuntu  ID: UC5I:QDEG:QVOJ:UKQ7:XC2C:NDC6:UBV3:Y6ZU:JLXZ:O3QJ:NK4C:YWQF  Docker Root Dir: /var/lib/docker  Debug Mode: false  Registry: https://index.docker.io/v1/  Labels:  Experimental: false  Insecure Registries:   192.168.115.138:5000   127.0.0.0/8  Registry Mirrors:   https://87xm9zvi.mirror.aliyuncs.com/  Live Restore Enabled: false
   |