mirror of https://github.com/docker/cli.git
Supported added for reterving Plugin list for Network and Volume.
Also, plugin information in docker info output. Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>
This commit is contained in:
parent
a148373062
commit
b1287de07b
|
@ -39,6 +39,9 @@ Here is a sample output:
|
||||||
Dirs: 80
|
Dirs: 80
|
||||||
Execution Driver: native-0.2
|
Execution Driver: native-0.2
|
||||||
Logging Driver: json-file
|
Logging Driver: json-file
|
||||||
|
Plugins:
|
||||||
|
Volume: local
|
||||||
|
Network: bridge null host
|
||||||
Kernel Version: 3.13.0-24-generic
|
Kernel Version: 3.13.0-24-generic
|
||||||
Operating System: Ubuntu 14.04 LTS
|
Operating System: Ubuntu 14.04 LTS
|
||||||
CPUs: 1
|
CPUs: 1
|
||||||
|
|
Loading…
Reference in New Issue