Skip to content

Commit

Permalink
Merge pull request #47296 from dvdksn/25.0_backport_api_docs_broken_l…
Browse files Browse the repository at this point in the history
…inks

[25.0 backport] docs: remove dead links from api verison history
  • Loading branch information
thaJeztah committed Feb 1, 2024
2 parents 3e35844 + dd4de8f commit 622e666
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/api/version-history.md
Expand Up @@ -667,8 +667,6 @@ keywords: "API, Docker, rcli, REST, documentation"

## v1.23 API changes

[Docker Engine API v1.23](v1.23.md) documentation

* `GET /containers/json` returns the state of the container, one of `created`, `restarting`, `running`, `paused`, `exited` or `dead`.
* `GET /containers/json` returns the mount points for the container.
* `GET /networks/(name)` now returns an `Internal` field showing whether the network is internal or not.
Expand All @@ -689,8 +687,6 @@ keywords: "API, Docker, rcli, REST, documentation"

## v1.22 API changes

[Docker Engine API v1.22](v1.22.md) documentation

* The `HostConfig.LxcConf` field has been removed, and is no longer available on
`POST /containers/create` and `GET /containers/(id)/json`.
* `POST /container/(name)/update` updates the resources of a container.
Expand Down Expand Up @@ -725,8 +721,6 @@ keywords: "API, Docker, rcli, REST, documentation"

## v1.21 API changes

[Docker Engine API v1.21](v1.21.md) documentation

* `GET /volumes` lists volumes from all volume drivers.
* `POST /volumes/create` to create a volume.
* `GET /volumes/(name)` get low-level information about a volume.
Expand Down Expand Up @@ -760,8 +754,6 @@ keywords: "API, Docker, rcli, REST, documentation"

## v1.20 API changes

[Docker Engine API v1.20](v1.20.md) documentation

* `GET /containers/(id)/archive` get an archive of filesystem content from a container.
* `PUT /containers/(id)/archive` upload an archive of content to be extracted to
an existing directory inside a container's filesystem.
Expand All @@ -772,8 +764,6 @@ list of additional groups that the container process will run as.

## v1.19 API changes

[Docker Engine API v1.19](v1.19.md) documentation

* When the daemon detects a version mismatch with the client, usually when
the client is newer than the daemon, an HTTP 400 is now returned instead
of a 404.
Expand All @@ -788,8 +778,6 @@ end point now returns the new boolean fields `CpuCfsPeriod`, `CpuCfsQuota`, and

## v1.18 API changes

[Docker Engine API v1.18](v1.18.md) documentation

* `GET /version` now returns `Os`, `Arch` and `KernelVersion`.
* `POST /containers/create` and `POST /containers/(id)/start`allow you to set ulimit settings for use in the container.
* `GET /info` now returns `SystemTime`, `HttpProxy`,`HttpsProxy` and `NoProxy`.
Expand Down

0 comments on commit 622e666

Please sign in to comment.