github.com/endocode/docker@v1.4.2-0.20160113120958-46eb4700391e/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      Plugins:
    37       Volume: local
    38       Network: bridge null host
    39      Kernel Version: 3.19.0-22-generic
    40      OSType: linux
    41      Architecture: x86_64
    42      Operating System: Ubuntu 15.04
    43      CPUs: 24
    44      Total Memory: 62.86 GiB
    45      Name: docker
    46      ID: I54V:OLXT:HVMM:TPKO:JPHQ:CQCD:JNLC:O3BZ:4ZVJ:43XJ:PFHZ:6N2S
    47      Debug mode (server): true
    48       File Descriptors: 59
    49       Goroutines: 159
    50       System Time: 2015-09-23T14:04:20.699842089+08:00
    51       EventsListeners: 0
    52       Init SHA1:
    53       Init Path: /usr/bin/docker
    54       Docker Root Dir: /var/lib/docker
    55       Http Proxy: http://test:test@localhost:8080
    56       Https Proxy: https://test:test@localhost:8080
    57      WARNING: No swap limit support
    58      Username: svendowideit
    59      Registry: [https://index.docker.io/v1/]
    60      Labels:
    61       storage=ssd
    62  
    63  The global `-D` option tells all `docker` commands to output debug information.
    64  
    65  When sending issue reports, please use `docker version` and `docker -D info` to
    66  ensure we know how your setup is configured.