Versions in this module Expand all Collapse all v1 v1.5.0-rc4 Feb 4, 2015 v1.5.0-rc3 Feb 3, 2015 v1.5.0-rc2 Jan 28, 2015 v1.5.0-rc1 Jan 22, 2015 v1.4.1 Dec 15, 2014 v1.4.0 Dec 11, 2014 v1.3.2 Nov 24, 2014 v1.3.1 Oct 30, 2014 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.1 Jul 9, 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)