mirror of https://github.com/docker/docs.git
move api docs to APIv1.13
Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
This commit is contained in:
parent
f54823bf05
commit
cf513185b0
|
@ -18,7 +18,7 @@ page_keywords: API, Docker, rcli, REST, documentation
|
||||||
encoded (JSON) string with credentials:
|
encoded (JSON) string with credentials:
|
||||||
`{'username': string, 'password': string, 'email': string, 'serveraddress' : string}`
|
`{'username': string, 'password': string, 'email': string, 'serveraddress' : string}`
|
||||||
|
|
||||||
The current version of the API is v1.12
|
The current version of the API is v1.13
|
||||||
|
|
||||||
Calling `/images/<name>/insert` is the same as calling
|
Calling `/images/<name>/insert` is the same as calling
|
||||||
`/v1.12/images/<name>/insert`.
|
`/v1.12/images/<name>/insert`.
|
||||||
|
@ -26,6 +26,18 @@ Calling `/images/<name>/insert` is the same as calling
|
||||||
You can still call an old version of the API using
|
You can still call an old version of the API using
|
||||||
`/v1.12/images/<name>/insert`.
|
`/v1.12/images/<name>/insert`.
|
||||||
|
|
||||||
|
## v1.13
|
||||||
|
|
||||||
|
### Full Documentation
|
||||||
|
|
||||||
|
[*Docker Remote API v1.13*](/reference/api/docker_remote_api_v1.13/)
|
||||||
|
|
||||||
|
### What's new
|
||||||
|
|
||||||
|
**New!**
|
||||||
|
`Sockets` parameter added to the `/info` endpoint listing all the sockets the
|
||||||
|
daemon is configured to listen on.
|
||||||
|
|
||||||
## v1.12
|
## v1.12
|
||||||
|
|
||||||
### Full Documentation
|
### Full Documentation
|
||||||
|
|
|
@ -1107,7 +1107,6 @@ Display system-wide information
|
||||||
"NGoroutines":21,
|
"NGoroutines":21,
|
||||||
"NEventsListener":0,
|
"NEventsListener":0,
|
||||||
"InitPath":"/usr/bin/docker",
|
"InitPath":"/usr/bin/docker",
|
||||||
"Sockets":["unix:///var/run/docker.sock"],
|
|
||||||
"IndexServerAddress":["https://index.docker.io/v1/"],
|
"IndexServerAddress":["https://index.docker.io/v1/"],
|
||||||
"MemoryLimit":true,
|
"MemoryLimit":true,
|
||||||
"SwapLimit":false,
|
"SwapLimit":false,
|
||||||
|
|
|
@ -1136,9 +1136,15 @@ Display system-wide information
|
||||||
{
|
{
|
||||||
"Containers":11,
|
"Containers":11,
|
||||||
"Images":16,
|
"Images":16,
|
||||||
|
"Driver":"btrfs",
|
||||||
|
"ExecutionDriver":"native-0.1",
|
||||||
|
"KernelVersion":"3.12.0-1-amd64"
|
||||||
"Debug":false,
|
"Debug":false,
|
||||||
"NFd": 11,
|
"NFd": 11,
|
||||||
"NGoroutines":21,
|
"NGoroutines":21,
|
||||||
|
"NEventsListener":0,
|
||||||
|
"InitPath":"/usr/bin/docker",
|
||||||
|
"IndexServerAddress":["https://index.docker.io/v1/"],
|
||||||
"MemoryLimit":true,
|
"MemoryLimit":true,
|
||||||
"SwapLimit":false,
|
"SwapLimit":false,
|
||||||
"IPv4Forwarding":true
|
"IPv4Forwarding":true
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue