1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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:
SvenDowideit 2014-06-23 10:09:54 +10:00
parent f54823bf05
commit cf513185b0
4 changed files with 1401 additions and 2 deletions

View file

@ -18,7 +18,7 @@ page_keywords: API, Docker, rcli, REST, documentation
encoded (JSON) string with credentials:
`{'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
`/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
`/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
### Full Documentation

View file

@ -1107,7 +1107,6 @@ Display system-wide information
"NGoroutines":21,
"NEventsListener":0,
"InitPath":"/usr/bin/docker",
"Sockets":["unix:///var/run/docker.sock"],
"IndexServerAddress":["https://index.docker.io/v1/"],
"MemoryLimit":true,
"SwapLimit":false,

View file

@ -1136,9 +1136,15 @@ Display system-wide information
{
"Containers":11,
"Images":16,
"Driver":"btrfs",
"ExecutionDriver":"native-0.1",
"KernelVersion":"3.12.0-1-amd64"
"Debug":false,
"NFd": 11,
"NGoroutines":21,
"NEventsListener":0,
"InitPath":"/usr/bin/docker",
"IndexServerAddress":["https://index.docker.io/v1/"],
"MemoryLimit":true,
"SwapLimit":false,
"IPv4Forwarding":true

File diff suppressed because it is too large Load diff