Versions in this module Expand all Collapse all v1 v1.7.2 Mar 29, 2019 v1.7.1 Feb 26, 2019 Changes in this version + var DefaultMountsFile = "/usr/share/containers/mounts.conf" + var OverrideMountsFile = "/etc/containers/mounts.conf" + var UserOverrideMountsFile = filepath.Join(os.Getenv("HOME"), ".config/containers/mounts.conf") + func SecretMounts(mountLabel, containerWorkingDir, mountFile string) []rspec.Mount + func SecretMountsWithUIDGID(mountLabel, containerWorkingDir, mountFile, mountPrefix string, uid, gid int) []rspec.Mount