Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultPath = "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessTracker ¶
type RunRunc ¶
type RunRunc struct {
// contains filtered or unexported fields
}
da doo
func New ¶
func New(tracker ProcessTracker, runner command_runner.CommandRunner, pidgen UidGenerator, runc RuncBinary) *RunRunc
func (*RunRunc) Exec ¶
func (r *RunRunc) Exec(log lager.Logger, id string, spec garden.ProcessSpec, io garden.ProcessIO) (garden.Process, error)
Exec a process in a bundle using 'runc exec'
type RuncBinary ¶
type UidGenerator ¶
type UidGenerator interface {
Generate() string
}
Click to show internal directories.
Click to hide internal directories.