# 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.
# 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.