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:
parent
f54823bf05
commit
cf513185b0
4 changed files with 1401 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
1382
docs/sources/reference/api/docker_remote_api_v1.13.md
Normal file
1382
docs/sources/reference/api/docker_remote_api_v1.13.md
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue