Versions in this module Expand all Collapse all v3 v3.5.5 Feb 14, 2020 Changes in this version + const BIND + const DIRSYNC + const MANDLOCK + const NOATIME + const NODEV + const NODIRATIME + const NOEXEC + const NOSUID + const PRIVATE + const RBIND + const RDONLY + const RELATIME + const RELATIVE — darwin/amd64, js/wasm, windows/amd64 + const REMOUNT + const RPRIVATE + const RSHARED + const RSLAVE + const RUNBINDABLE + const SHARED + const SLAVE + const STRICTATIME + const SYNCHRONOUS + const UNBINDABLE + func ForceMount(device, target, mType, options string) error + func MakePrivate(mountPoint string) error — linux/amd64 + func MakeRPrivate(mountPoint string) error — linux/amd64 + func MakeRShared(mountPoint string) error — linux/amd64 + func MakeRSlave(mountPoint string) error — linux/amd64 + func MakeRUnbindable(mountPoint string) error — linux/amd64 + func MakeShared(mountPoint string) error — linux/amd64 + func MakeSlave(mountPoint string) error — linux/amd64 + func MakeUnbindable(mountPoint string) error — linux/amd64 + func MergeTmpfsOptions(options []string) ([]string, error) + func Mount(device, target, mType, options string) error + func Mounted(mountpoint string) (bool, error) + func ParseTmpfsOptions(options string) (int, string, error) + func RecursiveUnmount(target string) error + func Unmount(target string) error + type Info struct + Fstype string + ID int + Major int + Minor int + Mountpoint string + Optional string + Opts string + Parent int + Root string + Source string + VfsOpts string + func GetMounts() ([]*Info, error) + func PidMountInfo(pid int) ([]*Info, error) Other modules containing this package github.com/figuerascarlos/dockertest