Versions in this module Expand all Collapse all v1 v1.7.0 Jun 18, 2015 v1.6.0 Apr 16, 2015 v1.3.0 Oct 15, 2014 Changes in this version + const DriverName + const LxcTemplate + var ErrCannotParse = errors.New("cannot parse raw input") + var ErrExec = errors.New("Unsupported: Exec is not supported by the lxc driver") + var LxcTemplateCompiled *template.Template + func KillLxc(id string, sig int) error + func NewDriver(root, initPath string, apparmor bool) (*driver, error) + type InitArgs struct + Args []string + CapAdd string + CapDrop string + Console string + Env []string + Gateway string + Ip string + Mtu int + Pipe int + Privileged bool + Root string + User string + WorkDir string + type TtyConsole struct + MasterPty *os.File + SlavePty *os.File + func NewTtyConsole(processConfig *execdriver.ProcessConfig, pipes *execdriver.Pipes) (*TtyConsole, error) + func (t *TtyConsole) AttachPipes(command *exec.Cmd, pipes *execdriver.Pipes) error + func (t *TtyConsole) Close() error + func (t *TtyConsole) Master() *os.File + func (t *TtyConsole) Resize(h, w int) error