moby--moby/daemon/execdriver/lxc
Daniel, Dao Quang Minh 4b3b54ca38 fix console attribute in lxc template
commit 4aa5da278f moves `Console` from Command to
ProcessConfig, but missed the change in lxc_template. Therefore creating a
container with tty using lxc driver with fail with error

template: lxc:60:20: executing "lxc" at <.Console>: Console is not a field of
struct type struct { *execdriver.Command; AppArmor bool; ProcessLabel string; MountLabel string }

This changes lxc_console template to refers to `.ProcessConfig.Console`

Docker-DCO-1.1-Signed-off-by: Daniel, Dao Quang Minh <dqminh89@gmail.com> (github: dqminh)
2014-09-09 13:51:13 -04:00
..
MAINTAINERS Add Dinesh Subhraveti to MAINTAINERS 2014-05-27 16:45:17 -04:00
driver.go Rename 'StdConfig' to 'StreamConfig'. 2014-09-01 14:31:01 -07:00
info.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
info_test.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
init.go Use argv0 as reexec implementation for dockerinit 2014-08-11 11:47:21 -07:00
lxc_init_linux.go Use argv0 as reexec implementation for dockerinit 2014-08-11 11:47:21 -07:00
lxc_init_unsupported.go Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
lxc_template.go fix console attribute in lxc template 2014-09-09 13:51:13 -04:00
lxc_template_unit_test.go Rename 'StdConfig' to 'StreamConfig'. 2014-09-01 14:31:01 -07:00