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

Merge pull request #18227 from thaJeztah/fix-api-changes

docs: move API changes to the correct API version
This commit is contained in:
James Turnbull 2015-11-25 08:20:13 -05:00
commit 9cbfa7b00b
3 changed files with 4 additions and 2 deletions

View file

@ -95,6 +95,8 @@ This section lists each version from latest to oldest. Each listing includes a
[Docker Remote API v1.22](docker_remote_api_v1.22.md) documentation
* `GET /containers/json` supports filter `isolation` on Windows.
* `GET /info` Now returns `Architecture` and `OSType` fields, providing information
about the host architecture and operating system type that the daemon runs on.
* `GET /networks/(name)` now returns a `Name` field for each container attached to the network.
### v1.21 API changes

View file

@ -1903,7 +1903,6 @@ Display system-wide information
Content-Type: application/json
{
"Architecture": "x86_64",
"Containers": 11,
"CpuCfsPeriod": true,
"CpuCfsQuota": true,
@ -1935,7 +1934,6 @@ Display system-wide information
"Name": "prod-server-42",
"NoProxy": "9.81.1.160",
"OomKillDisable": true,
"OSType": "linux",
"OperatingSystem": "Boot2Docker",
"RegistryConfig": {
"IndexConfigs": {

View file

@ -1907,6 +1907,7 @@ Display system-wide information
Content-Type: application/json
{
"Architecture": "x86_64",
"Containers": 11,
"CpuCfsPeriod": true,
"CpuCfsQuota": true,
@ -1948,6 +1949,7 @@ Display system-wide information
"Name": "prod-server-42",
"NoProxy": "9.81.1.160",
"OomKillDisable": true,
"OSType": "linux",
"OperatingSystem": "Boot2Docker",
"RegistryConfig": {
"IndexConfigs": {