docker-machine docker info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker info | |
Containers: 0 | |
Running: 0 | |
Paused: 0 | |
Stopped: 0 | |
Images: 0 | |
Server Version: 19.03.13 | |
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: 8fba4e9a7d01810a393d5d25a3621dc101981175 | |
runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd | |
init version: fec3683 | |
Security Options: | |
apparmor | |
seccomp | |
Profile: default | |
Kernel Version: 4.4.0-1052-aws | |
Operating System: Ubuntu 16.04.4 LTS | |
OSType: linux | |
Architecture: x86_64 | |
CPUs: 1 | |
Total Memory: 990.8MiB | |
Name: aws-sandbox | |
ID: 4K75:IXCT:BXTK:ZGFY:7OTA:UYIT:636N:O2W7:FUKV:2DNV:IM5Z:RVUV | |
Docker Root Dir: /var/lib/docker | |
Debug Mode (client): false | |
Debug Mode (server): false | |
Username: suganoyuya | |
Registry: https://index.docker.io/v1/ | |
Labels: | |
provider=amazonec2 | |
Experimental: false | |
Insecure Registries: | |
127.0.0.0/8 | |
Live Restore Enabled: false | |
WARNING: No swap limit support |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment