Documentation
¶
Overview ¶
Package remove provides the options for the container remove options
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SetContainerRemoveOption ¶
type SetContainerRemoveOption func(*container.RemoveOptions) error
SetContainerRemoveOption is a function that sets the container remove options.
func WithForce ¶
func WithForce() SetContainerRemoveOption
WithForce sets the force flag for the container remove options.
func WithLinks ¶
func WithLinks() SetContainerRemoveOption
WithLinks sets the links flag for the container remove options.
func WithVolumes ¶
func WithVolumes() SetContainerRemoveOption
WithVolumes sets the volumes flag for the container remove options.
Click to show internal directories.
Click to hide internal directories.