subscriptions

package
v0.58.3 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 11 Imported by: 8

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, containerRunDir, 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 containerRunDir: Private data for storing subscriptions on the host mounted in container. mountFile: Additional mount points required for the container. mountPoint: Container image mountpoint, or the directory from the hosts perspective that

corresponds to `/` in the container.

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