package
1.9.0
Repository: https://github.com/alexandrev/docker.git
Documentation: pkg.go.dev

# Functions

NewDriver returns a new lxc driver, called from NewDriver of execdriver.
NewTtyConsole returns a new TtyConsole struct.

# Constants

DriverName for lxc driver.
LxcTemplate is the template for lxc driver, it's used to configure LXC.

# Variables

Define error messages.
ErrExec defines unsupported error message.

# Structs

Driver contains all information for lxc driver, it implements execdriver.Driver.
InitArgs contains args provided to the init function for a driver.
TtyConsole implements the exec driver Terminal interface, it stores the master and slave ends of the container's pty.