mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
daemon: Emit Image Create event when image is built
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@@ -32,6 +32,8 @@ keywords: "API, Docker, rcli, REST, documentation"
|
||||
the multi-platform image.
|
||||
* `POST /containers/create` now takes `Options` as part of `HostConfig.Mounts.TmpfsOptions` to set options for tmpfs mounts.
|
||||
* `POST /services/create` now takes `Options` as part of `ContainerSpec.Mounts.TmpfsOptions`, to set options for tmpfs mounts.
|
||||
* `GET /events` now supports image `create` event that is emitted when a new
|
||||
image is built regardless if it was tagged or not.
|
||||
|
||||
### Deprecated Config fields in `GET /images/{name}/json` response
|
||||
|
||||
|
||||
Reference in New Issue
Block a user