mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update API docs to reflect correct values for /info
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
6d780139c4
commit
cc3bf34c78
2 changed files with 10 additions and 2 deletions
|
@ -1223,6 +1223,7 @@ Display system-wide information
|
||||||
"Containers":11,
|
"Containers":11,
|
||||||
"Images":16,
|
"Images":16,
|
||||||
"Driver":"btrfs",
|
"Driver":"btrfs",
|
||||||
|
"DriverStatus": [[""]],
|
||||||
"ExecutionDriver":"native-0.1",
|
"ExecutionDriver":"native-0.1",
|
||||||
"KernelVersion":"3.12.0-1-amd64"
|
"KernelVersion":"3.12.0-1-amd64"
|
||||||
"NCPU":1,
|
"NCPU":1,
|
||||||
|
@ -1234,11 +1235,14 @@ Display system-wide information
|
||||||
"NGoroutines":21,
|
"NGoroutines":21,
|
||||||
"NEventsListener":0,
|
"NEventsListener":0,
|
||||||
"InitPath":"/usr/bin/docker",
|
"InitPath":"/usr/bin/docker",
|
||||||
|
"InitSha1":"",
|
||||||
"IndexServerAddress":["https://index.docker.io/v1/"],
|
"IndexServerAddress":["https://index.docker.io/v1/"],
|
||||||
"MemoryLimit":true,
|
"MemoryLimit":true,
|
||||||
"SwapLimit":false,
|
"SwapLimit":false,
|
||||||
"IPv4Forwarding":true,
|
"IPv4Forwarding":true,
|
||||||
"Labels":["storage=ssd"]
|
"Labels":["storage=ssd"],
|
||||||
|
"DockerRootDir": "/var/lib/docker",
|
||||||
|
"OperatingSystem": "Boot2Docker",
|
||||||
}
|
}
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
|
@ -1232,6 +1232,7 @@ Display system-wide information
|
||||||
"Containers":11,
|
"Containers":11,
|
||||||
"Images":16,
|
"Images":16,
|
||||||
"Driver":"btrfs",
|
"Driver":"btrfs",
|
||||||
|
"DriverStatus": [[""]],
|
||||||
"ExecutionDriver":"native-0.1",
|
"ExecutionDriver":"native-0.1",
|
||||||
"KernelVersion":"3.12.0-1-amd64"
|
"KernelVersion":"3.12.0-1-amd64"
|
||||||
"NCPU":1,
|
"NCPU":1,
|
||||||
|
@ -1243,11 +1244,14 @@ Display system-wide information
|
||||||
"NGoroutines":21,
|
"NGoroutines":21,
|
||||||
"NEventsListener":0,
|
"NEventsListener":0,
|
||||||
"InitPath":"/usr/bin/docker",
|
"InitPath":"/usr/bin/docker",
|
||||||
|
"InitSha1":"",
|
||||||
"IndexServerAddress":["https://index.docker.io/v1/"],
|
"IndexServerAddress":["https://index.docker.io/v1/"],
|
||||||
"MemoryLimit":true,
|
"MemoryLimit":true,
|
||||||
"SwapLimit":false,
|
"SwapLimit":false,
|
||||||
"IPv4Forwarding":true,
|
"IPv4Forwarding":true,
|
||||||
"Labels":["storage=ssd"]
|
"Labels":["storage=ssd"],
|
||||||
|
"DockerRootDir": "/var/lib/docker",
|
||||||
|
"OperatingSystem": "Boot2Docker",
|
||||||
}
|
}
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue