Create a snapshot
Create a snapshot from a Docker image (async build).
Authorizations
Body
Description says what this snapshot's image can do, so a caller can hand it to an agent as a capability summary. At most 1024 characters.
1024Labels seed the snapshot's labels, overriding any label of the same key derived from the Docker image.
mutable Docker-style tag; defaults to "latest"
Response
Created
Description says what this snapshot's image can do, so a caller can hand it to an agent as a capability summary.
MemorySnapshotSizeBytes is non-nil iff the snapshot was captured with VM memory state. A non-nil value is the canonical signal that this snapshot can warm-restore from memory; nil means rootfs only.
Tags currently resolving to this snapshot, under Name. A snapshot with no tags is dangling — addressable only by id.

