Merge pull request #48798 from LaurentGoderre/implement-30449-image-mount

Implement mount from image
This commit is contained in:
Paweł Gronowski
2025-02-05 18:04:22 +00:00
committed by GitHub
19 changed files with 594 additions and 66 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.