github.com/netbrain/docker@v1.9.0-rc2/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=false        Print usage
    19  
    20  For example:
    21  
    22      $ docker -D info
    23      Containers: 14
    24      Images: 52
    25      Server Version: 1.9.0
    26      Storage Driver: aufs
    27       Root Dir: /var/lib/docker/aufs
    28       Backing Filesystem: extfs
    29       Dirs: 545
    30       Dirperm1 Supported: true
    31      Execution Driver: native-0.2
    32      Logging Driver: json-file
    33      Kernel Version: 3.19.0-22-generic
    34      Operating System: Ubuntu 15.04
    35      CPUs: 24
    36      Total Memory: 62.86 GiB
    37      Name: docker
    38      ID: I54V:OLXT:HVMM:TPKO:JPHQ:CQCD:JNLC:O3BZ:4ZVJ:43XJ:PFHZ:6N2S
    39      Debug mode (server): true
    40       File Descriptors: 59
    41       Goroutines: 159
    42       System Time: 2015-09-23T14:04:20.699842089+08:00
    43       EventsListeners: 0
    44       Init SHA1:
    45       Init Path: /usr/bin/docker
    46       Docker Root Dir: /var/lib/docker
    47       Http Proxy: http://test:test@localhost:8080
    48       Https Proxy: https://test:test@localhost:8080
    49      WARNING: No swap limit support
    50      Username: svendowideit
    51      Registry: [https://index.docker.io/v1/]
    52      Labels:
    53       storage=ssd
    54  
    55  The global `-D` option tells all `docker` commands to output debug information.
    56  
    57  When sending issue reports, please use `docker version` and `docker -D info` to
    58  ensure we know how your setup is configured.