MCPcopy
hub / github.com/docker/compose / ImagePruneMode

TypeAlias ImagePruneMode

pkg/compose/image_pruner.go:37–37  ·  view source on GitHub ↗

ImagePruneMode controls how aggressively images associated with the project are removed from the engine.

Source from the content-addressed store, hash-verified

35// ImagePruneMode controls how aggressively images associated with the project
36// are removed from the engine.
37type ImagePruneMode string
38
39const (
40 // ImagePruneNone indicates that no project images should be removed.

Callers 1

ensureImagesDownMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected