Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "fakeroot"
Name of the engine
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EngineConfig ¶
type EngineConfig struct {
Args []string `json:"args"`
Envs []string `json:"envs"`
Home string `json:"home"`
BuildEnv bool `json:"buildEnv"`
NoPIDNS bool `json:"NoPIDNS"`
NoSetgroups bool `json:"NoSetgroups"`
}
EngineConfig is the config for the fakeroot engine used to execute a command in a fakeroot context
Click to show internal directories.
Click to hide internal directories.