defaults

package
v0.0.35-0...-fad7822 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ContainerProcessLabel specifies the default SELinux label for processes inside the container
	ContainerProcessLabel = "system_u:system_r:gravity_container_t:s0"

	// ContainerFileLabel specifies the default SELinux label for files inside the container
	ContainerFileLabel = "system_u:object_r:gravity_container_file_t:s0"

	// PlanetDataDir specifies the location for libcontainer-specific data
	PlanetDataDir = "/var/run/planet"

	// InitUser specifies the user for the init process
	InitUser = "root"

	// RuncDataDir is the directory used to store runc runtime data within planet
	RuncDataDir = "/var/run/planet"

	// ContainerBaseUID specifies the initial user ID for the host-container
	// mapping
	ContainerBaseUID = 1000
	// ContainerBaseGID specifies the initial groupID for the host-container
	// mapping
	ContainerBaseGID = 1000
)

Variables

View Source
var (
	// InitArgs specifies the command line for the init process
	InitArgs = []string{"/bin/systemd"}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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