github.com/45cali/docker@v1.11.1/docs/reference/commandline/info.md (about)

     1  <!--[metadata]>
     2  +++
     3  title = "info"
     4  description = "The info command description and usage"
     5  keywords = ["display, docker, information"]
     6  [menu.main]
     7  parent = "smn_cli"
     8  +++
     9  <![end-metadata]-->
    10  
    11  # info
    12  
    13  
    14      Usage: docker info [OPTIONS]
    15  
    16      Display system-wide information
    17  
    18        --help              Print usage
    19  
    20  For example:
    21  
    22      $ docker -D info
    23      Containers: 14
    24       Running: 3
    25       Paused: 1
    26       Stopped: 10
    27      Images: 52
    28      Server Version: 1.9.0
    29      Storage Driver: aufs
    30       Root Dir: /var/lib/docker/aufs
    31       Backing Filesystem: extfs
    32       Dirs: 545
    33       Dirperm1 Supported: true
    34      Execution Driver: native-0.2
    35      Logging Driver: json-file
    36      Cgroup Driver: cgroupfs
    37      Plugins:
    38       Volume: local
    39       Network: bridge null host
    40      Kernel Version: 3.19.0-22-generic
    41      OSType: linux
    42      Architecture: x86_64
    43      Operating System: Ubuntu 15.04
    44      CPUs: 24
    45      Total Memory: 62.86 GiB
    46      Name: docker
    47      ID: I54V:OLXT:HVMM:TPKO:JPHQ:CQCD:JNLC:O3BZ:4ZVJ:43XJ:PFHZ:6N2S
    48      Docker Root Dir: /var/lib/docker
    49      Debug mode (client): true
    50      Debug mode (server): true
    51       File Descriptors: 59
    52       Goroutines: 159
    53       System Time: 2015-09-23T14:04:20.699842089+08:00
    54       EventsListeners: 0
    55       Init SHA1:
    56       Init Path: /usr/bin/docker
    57       Docker Root Dir: /var/lib/docker
    58       Http Proxy: http://test:test@localhost:8080
    59       Https Proxy: https://test:test@localhost:8080
    60      WARNING: No swap limit support
    61      Username: svendowideit
    62      Registry: [https://index.docker.io/v1/]
    63      Labels:
    64       storage=ssd
    65  
    66  The global `-D` option tells all `docker` commands to output debug information.
    67  
    68  When sending issue reports, please use `docker version` and `docker -D info` to
    69  ensure we know how your setup is configured.