package
28.0.0+incompatible
Repository: https://github.com/docker/docker.git
Documentation: pkg.go.dev

# Constants

ConsistencyCached mounts can cache read data and FS structure.
ConsistencyDefault provides "consistent" behavior unless overridden.
ConsistencyDelegated mounts can cache read and written data and structure.
ConsistencyFull guarantees bind mount-like consistency.
PropagationPrivate PRIVATE.
PropagationRPrivate RPRIVATE.
PropagationRShared RSHARED.
PropagationRSlave RSLAVE.
PropagationShared SHARED.
PropagationSlave SLAVE.
TypeBind is the type for mounting host dir.
TypeCluster is the type for Swarm Cluster Volumes.
TypeImage is the type for mounting another image's filesystem.
TypeNamedPipe is the type for mounting Windows named pipes.
TypeTmpfs is the type for mounting tmpfs.
TypeVolume is the type for remote storage volumes.

# Variables

Propagations is the list of all valid mount propagations.

# Structs

BindOptions defines options specific to mounts of type "bind".
ClusterOptions specifies options for a Cluster volume.
Driver represents a volume driver.
No description provided by the author
Mount represents a mount (volume).
TmpfsOptions defines options specific to mounts of type "tmpfs".
VolumeOptions represents the options for a mount of type volume.

# Type aliases

Consistency represents the consistency requirements of a mount.
Propagation represents the propagation of a mount.
Type represents the type of a mount.