Skip to content

Commit

Permalink
docs: move API changes to the correct API version
Browse files Browse the repository at this point in the history
These changes were made as part of moby#17478
but inadvertently added to the v1.21 API version.

Also added a short description to the API changelog.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Nov 25, 2015
1 parent 900c8f5 commit a06d527
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/reference/api/docker_remote_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/api/docker_remote_api_v1.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,6 @@ Display system-wide information
Content-Type: application/json

{
"Architecture": "x86_64",
"Containers": 11,
"CpuCfsPeriod": true,
"CpuCfsQuota": true,
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/api/docker_remote_api_v1.22.md
Original file line number Diff line number Diff line change
Expand Up @@ -1907,6 +1907,7 @@ Display system-wide information
Content-Type: application/json

{
"Architecture": "x86_64",
"Containers": 11,
"CpuCfsPeriod": true,
"CpuCfsQuota": true,
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit a06d527

Please sign in to comment.