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