Documentation
¶
Index ¶
Constants ¶
View Source
const ( Bind = "bind" Volume = "volume" )
View Source
const DefaultPropagationMode = "rprivate"
DefaultPropagationMode is the default propagation of mounts where user doesn't specify mount propagation explicitly. See also: https://github.com/moby/moby/blob/v20.10.7/volume/mounts/linux_parser.go#L145
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processed ¶ added in v0.7.3
type Processed struct {
Mount specs.Mount
AnonymousVolume string // name
Type string
Opts []oci.SpecOpts
}
func ProcessFlagV ¶ added in v0.7.3
func ProcessFlagV(s string, volStore volumestore.VolumeStore) (*Processed, error)
Click to show internal directories.
Click to hide internal directories.