Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitUntilSetup ¶
func WaitUntilSetup()
Types ¶
type Desc ¶
type Desc struct { // What namespaces to create Mount bool Uts bool Ipc bool Network bool Pid bool Cgroup bool User bool MemoryLimit int // Other namespace settings Persistent string // Path to where to save dirs MountProc bool // Whether or not to mount the proc filesystem Cmd string // The command to run in the new namespace MountPath string // The command to run in the new namespace }
Click to show internal directories.
Click to hide internal directories.