Created
May 1, 2018 13:32
-
-
Save ianblenke/94d8a4935a5c247596f47b46633983d7 to your computer and use it in GitHub Desktop.
aletheios docker info output
This file contains hidden or 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
root@localhost:/# docker ps -a | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
eb849b15e1e8 arm64v8/ubuntu:latest "bash" 12 hours ago Created angry_davinci | |
5659f4a209b7 arm64v8/ubuntu:latest "bash" 13 hours ago Created infallible_chandrasekhar | |
root@localhost:/# docker info | |
Containers: 2 | |
Running: 0 | |
Paused: 0 | |
Stopped: 2 | |
Images: 1 | |
Server Version: 18.05.0-ce-rc1 | |
Storage Driver: vfs | |
Logging Driver: json-file | |
Cgroup Driver: cgroupfs | |
Plugins: | |
Volume: local | |
Network: bridge host macvlan null overlay | |
Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog | |
Swarm: inactive | |
Runtimes: runc | |
Default Runtime: runc | |
Init Binary: docker-init | |
containerd version: 773c489c9c1b21a6d78b5c538cd395416ec50f88 | |
runc version: 4fc53a81fb7c994640722ac585fa9ca548971871 | |
init version: 949e6fa | |
Security Options: | |
seccomp | |
Profile: default | |
Kernel Version: 4.4.88-gffb8d1d0bdd7 | |
Operating System: Kali GNU/Linux Rolling | |
OSType: linux | |
Architecture: aarch64 | |
CPUs: 8 | |
Total Memory: 3.542GiB | |
Name: localhost | |
ID: 3OEY:L2BF:D6IV:3RNT:WLWX:5GCK:62XQ:HUR3:YN42:C73X:PJ35:YBAE | |
Docker Root Dir: /var/lib/docker | |
Debug Mode (client): false | |
Debug Mode (server): false | |
Registry: https://index.docker.io/v1/ | |
Labels: | |
Experimental: false | |
Insecure Registries: | |
127.0.0.0/8 | |
Live Restore Enabled: false | |
WARNING: No cpuset support |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment