Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultMountsFile holds the default mount paths in the form // "host_path:container_path" DefaultMountsFile = "/usr/share/containers/mounts.conf" // OverrideMountsFile holds the default mount paths in the form // "host_path:container_path" overridden by the user OverrideMountsFile = "/etc/containers/mounts.conf" // UserOverrideMountsFile holds the default mount paths in the form // "host_path:container_path" overridden by the rootless user UserOverrideMountsFile = filepath.Join(os.Getenv("HOME"), ".config/containers/mounts.conf") )
Functions ¶
func MountsWithUIDGID ¶ added in v0.29.0
func MountsWithUIDGID(mountLabel, containerWorkingDir, mountFile, mountPoint string, uid, gid int, rootless, disableFips bool) []rspec.Mount
MountsWithUIDGID copies, adds, and mounts the subscriptions to the container root filesystem mountLabel: MAC/SELinux label for container content containerWorkingDir: Private data for storing subscriptions on the host mounted in container. mountFile: Additional mount points required for the container. mountPoint: Container image mountpoint uid: to assign to content created for subscriptions gid: to assign to content created for subscriptions rootless: indicates whether container is running in rootless mode disableFips: indicates whether system should ignore fips mode
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.