subscriptions

package
v0.47.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2022 License: Apache-2.0 Imports: 11 Imported by: 9

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL