Documentation ¶
Index ¶
Constants ¶
View Source
const ( CompatMajor = "0" CompatVersion = CompatMajor + ".0" )
Internal container API/ABI compatibility version.
View Source
const ( LoaderFD = 4 ExecutorFD = 5 CgroupFD = 6 )
File descriptors passed from the parent to the child process.
View Source
const ( ContainerCred = 1 ExecutorCred = 2 )
User/group ids inside the container's user namespace.
View Source
const ( ArgNamespaceDisabled = "-n" ArgSingleUID = "-u" )
Command-line flags passed between binaries.
View Source
const Sandbox = true
Variables ¶
View Source
var ( ContainerFilename = "gate-runtime-container" ExecutorFilename = "gate-runtime-executor." + CompatMajor LoaderFilename = "gate-runtime-loader." + CompatVersion )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.