# Constants
PropagationPrivate PRIVATE.
PropagationRPrivate RPRIVATE.
PropagationRShared RSHARED.
PropagationRSlave RSLAVE.
PropagationShared SHARED.
PropagationSlave SLAVE.
TypeBind is the type for mounting host dir.
TypeTmpfs is the type for mounting tmpfs.
TypeVolume is the type for remote storage volumes.
# 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
Propagation represents the propagation of a mount.
Type represents the type of a mount.