Versions in this module Expand all Collapse all v1 v1.13.1 Feb 8, 2017 Changes in this version + var Propagations = []Propagation + type BindOptions struct + Propagation Propagation + type Driver struct + Name string + Options map[string]string + type Mount struct + BindOptions *BindOptions + ReadOnly bool + Source string + Target string + TmpfsOptions *TmpfsOptions + Type Type + VolumeOptions *VolumeOptions + type Propagation string + const PropagationPrivate + const PropagationRPrivate + const PropagationRShared + const PropagationRSlave + const PropagationShared + const PropagationSlave + type TmpfsOptions struct + Mode os.FileMode + SizeBytes int64 + type Type string + const TypeBind + const TypeTmpfs + const TypeVolume + type VolumeOptions struct + DriverConfig *Driver + Labels map[string]string + NoCopy bool