github.com/mheon/docker@v0.11.2-0.20150922122814-44f47903a831/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  weight=1
     9  +++
    10  <![end-metadata]-->
    11  
    12  # info
    13  
    14  
    15      Usage: docker info
    16  
    17      Display system-wide information
    18  
    19  For example:
    20  
    21      $ docker -D info
    22      Containers: 14
    23      Images: 52
    24      Engine Version: 1.9.0
    25      Storage Driver: aufs
    26       Root Dir: /var/lib/docker/aufs
    27       Backing Filesystem: extfs
    28       Dirs: 545
    29      Execution Driver: native-0.2
    30      Logging Driver: json-file
    31      Kernel Version: 3.13.0-24-generic
    32      Operating System: Ubuntu 14.04 LTS
    33      CPUs: 1
    34      Name: prod-server-42
    35      ID: 7TRN:IPZB:QYBB:VPBQ:UMPP:KARE:6ZNR:XE6T:7EWV:PKF4:ZOJD:TPYS
    36      Total Memory: 2 GiB
    37      Debug mode (server): false
    38      Debug mode (client): true
    39      File Descriptors: 10
    40      Goroutines: 9
    41      System Time: Tue Mar 10 18:38:57 UTC 2015
    42      EventsListeners: 0
    43      Init Path: /usr/bin/docker
    44      Docker Root Dir: /var/lib/docker
    45      Http Proxy: http://test:test@localhost:8080
    46      Https Proxy: https://test:test@localhost:8080
    47      No Proxy: 9.81.1.160
    48      Username: svendowideit
    49      Registry: [https://index.docker.io/v1/]
    50      Labels:
    51       storage=ssd
    52  
    53  The global `-D` option tells all `docker` commands to output debug information.
    54  
    55  When sending issue reports, please use `docker version` and `docker -D info` to
    56  ensure we know how your setup is configured.
    57  
    58