Advertisement
Guest User

docker_info

a guest
Jul 23rd, 2023
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.30 KB | Source Code | 0 0
  1. $ docker info
  2. Client:
  3.  Context:    default
  4.  Debug Mode: false
  5.  Plugins:
  6.   buildx: Docker Buildx (Docker Inc., v0.10.4)
  7.   compose: Docker Compose (Docker Inc., 2.18.1)
  8.  
  9. Server:
  10.  Containers: 4
  11.   Running: 0
  12.   Paused: 0
  13.   Stopped: 4
  14.  Images: 1
  15.  Server Version: 20.10.25
  16.  Storage Driver: overlay2
  17.   Backing Filesystem: extfs
  18.   Supports d_type: true
  19.   Native Overlay Diff: true
  20.   userxattr: false
  21.  Logging Driver: journald
  22.  Cgroup Driver: systemd
  23.  Cgroup Version: 2
  24.  Plugins:
  25.   Volume: local
  26.   Network: bridge host ipvlan macvlan null overlay
  27.   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
  28.  Swarm: inactive
  29.  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
  30.  Default Runtime: runc
  31.  Init Binary: docker-init
  32.  containerd version: v1.7.1
  33.  runc version:
  34.  init version:
  35.  Security Options:
  36.   seccomp
  37.    Profile: default
  38.   cgroupns
  39.  Kernel Version: 6.1.38
  40.  Operating System: NixOS 23.05 (Stoat)
  41.  OSType: linux
  42.  Architecture: x86_64
  43.  CPUs: 4
  44.  Total Memory: 15.42GiB
  45.  Name: nixos
  46.  ID: JEKX:3RFM:MHEM:OYJB:OKVD:KQKN:KQAK:KUOU:D2P6:OH63:RQER:KIIM
  47.  Docker Root Dir: /var/lib/docker
  48.  Debug Mode: false
  49.  Registry: https://index.docker.io/v1/
  50.  Labels:
  51.  Experimental: false
  52.  Insecure Registries:
  53.   127.0.0.0/8
  54.  Live Restore Enabled: true
  55.  
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement