package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/docker/docker-ce.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.
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".
Driver represents a volume driver.
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.