mirror of https://github.com/docker/docs.git
Update api docs
This commit is contained in:
parent
1dae7a25b9
commit
f41d2ec4d9
|
@ -914,10 +914,12 @@ Display system-wide information
|
||||||
|
|
||||||
{
|
{
|
||||||
"Containers":11,
|
"Containers":11,
|
||||||
"Version":"0.2.2",
|
|
||||||
"Images":16,
|
"Images":16,
|
||||||
"GoVersion":"go1.0.3",
|
"Debug":false,
|
||||||
"Debug":false
|
"NFd": 11,
|
||||||
|
"NGoroutines":21,
|
||||||
|
"MemoryLimit":true,
|
||||||
|
"SwapLimit":false
|
||||||
}
|
}
|
||||||
|
|
||||||
:statuscode 200: no error
|
:statuscode 200: no error
|
||||||
|
@ -947,8 +949,7 @@ Show the docker version information
|
||||||
{
|
{
|
||||||
"Version":"0.2.2",
|
"Version":"0.2.2",
|
||||||
"GitCommit":"5a2a5cc+CHANGES",
|
"GitCommit":"5a2a5cc+CHANGES",
|
||||||
"MemoryLimit":true,
|
"GoVersion":"go1.0.3"
|
||||||
"SwapLimit":false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:statuscode 200: no error
|
:statuscode 200: no error
|
||||||
|
|
Loading…
Reference in New Issue