Versions in this module Expand all Collapse all v1 v1.3.0 Oct 15, 2014 Changes in this version + var ErrExec = errors.New("Unsupported: Exec is not supported by the lxc driver") v1.2.0 Aug 20, 2014 Changes in this version + 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(command *execdriver.Command, 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 v1.1.2 Jul 23, 2014 v1.1.0 Jul 3, 2014 v1.0.1 Jun 19, 2014 v0 v0.12.0 Jun 6, 2014 v0.11.1 May 8, 2014 v0.11.0 May 7, 2014 Changes in this version + const DriverName + const LxcTemplate + var ErrCannotParse = errors.New("cannot parse raw input") + var LxcTemplateCompiled *template.Template + func KillLxc(id string, sig int) error + func NewDriver(root string, apparmor bool) (*driver, error)