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