Documentation ¶
Index ¶
Constants ¶
View Source
const ( CAP_SYS_PTRACE = "SYS_PTRACE" CAP_SYS_ADMIN = "SYS_ADMIN" )
Variables ¶
This section is empty.
Functions ¶
func NewLauncherCmd ¶
NewLauncherCmd create the launcher command
Types ¶
type IOStreams ¶
type IOStreams struct { In io.ReadCloser Out io.WriteCloser ErrOut io.WriteCloser }
type Launcher ¶
type Launcher struct { IOStreams // contains filtered or unexported fields }
Launcher is responsible for launching debug container
func NewLauncher ¶
NewLauncher create a launcher instance
Click to show internal directories.
Click to hide internal directories.