1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
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
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
driver.go Rename 'StdConfig' to 'StreamConfig'. 2014-09-01 14:31:01 -07:00
MAINTAINERS
pipes.go
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