Browse Source

move entry in api version history

Signed-off-by: Drew Erny <derny@mirantis.com>
Drew Erny 1 year ago
parent
commit
392d34a93a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/version-history.md

+ 1 - 1
docs/api/version-history.md

@@ -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