move entry in api version history

Signed-off-by: Drew Erny <derny@mirantis.com>
This commit is contained in:
Drew Erny 2024-02-23 10:30:33 -06:00
parent 935d536d2e
commit 392d34a93a

View file

@ -30,6 +30,7 @@ keywords: "API, Docker, rcli, REST, documentation"
values originally submitted to the `POST /containers/create` endpoint. The
newly introduced `DNSNames` should now be used instead when short container
IDs are needed.
* `POST /containers/create` now takes `Options` as part of `HostConfig.Mounts` to set options for tmpfs mounts.
## v1.44 API changes
@ -312,7 +313,6 @@ keywords: "API, Docker, rcli, REST, documentation"
* `GET /services/{id}` now returns `Ulimits` as part of `ContainerSpec`.
* `POST /services/create` now accepts `Ulimits` as part of `ContainerSpec`.
* `POST /services/{id}/update` now accepts `Ulimits` as part of `ContainerSpec`.
* `POST /containers/create` now takes `Options` as part of `HostConfig.Mounts` to set options for tmpfs mounts.
## v1.40 API changes