Implement mount from image

Signed-off-by: Laurent Goderre <laurent.goderre@docker.com>
This commit is contained in:
Laurent Goderre
2024-10-28 12:15:40 -04:00
parent f88304adf0
commit 8c58934106
16 changed files with 370 additions and 26 deletions

View File

@@ -38,6 +38,8 @@ keywords: "API, Docker, rcli, REST, documentation"
defined through `Mounts` because the `VolumeDriver` option has no effect on
those volumes. This warning was previously generated by the CLI, but now
moved to the daemon so that other clients can also get this warning.
* `POST /containers/create` now supports `Mount` of type `image` for mounting
an image inside a container.
* Deprecated: The `ContainerdCommit.Expected`, `RuncCommit.Expected`, and
`InitCommit.Expected` fields in the `GET /info` endpoint are deprecated
and will be omitted in API v1.49.