Documentation
¶
Overview ¶
Package remove provides configuration options for removing container images.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opt ¶
Opt is a configuration option to remove a container image using github.com/thediveo/morbyd/v2.Session.Run. Please see also Options for more information.
func WithPlatform ¶
WithPlatform configures to remove an image only for the specified platform(s) variants; WithPlatform can be used multiple times, adding more platforms variants as necessary.
func WithPruneChildren ¶
func WithPruneChildren() Opt
WithPruneChildren configures removing untagged parent images. Yes, that's what the docker image rm docs say.
type Options ¶
type Options struct {
client.ImageRemoveOptions
}
Options represents the configuration options when removing a container image.
Click to show internal directories.
Click to hide internal directories.