moby--moby/daemon/execdriver
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
..
execdrivers update go import path and libcontainer 2014-07-24 22:19:50 +00:00
lxc fix console attribute in lxc template 2014-09-09 13:51:13 -04:00
native Update mount struct with reference 2014-09-01 15:18:30 -07:00
MAINTAINERS update MAINTAINERS files 2014-06-16 22:20:07 +00:00
driver.go Rename 'StdConfig' to 'StreamConfig'. 2014-09-01 14:31:01 -07:00
pipes.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
termconsole.go Refactoring execdriver.Command and Container structs to support 'docker exec' and other 2014-09-01 14:30:16 -07:00
utils.go Merge pull request #7062 from crosbymichael/fix-lxc-caps 2014-07-28 16:19:08 -07:00