mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
Implement mount from image
Signed-off-by: Laurent Goderre <laurent.goderre@docker.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user