1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/runtime/execdriver/lxc
Alexander Larsson 7a3070a600 Add --opt arguments for drivers
In order to handle special configuration for different drivers we
make the Config field a map to string array. This lets
us use it for lxc, by using the "lxc" key for those, and we can
later extend it easily for other backend-specific options.

Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson)
2014-03-27 21:47:47 +01:00
..
driver.go Refactor out interface specific information from execdriver.Network 2014-03-17 22:53:48 +01:00
info.go Move execdrivers into runtime top level pkg 2014-03-17 11:40:12 -07:00
info_test.go Move execdrivers into runtime top level pkg 2014-03-17 11:40:12 -07:00
init.go Gofmt imports 2014-03-17 11:41:28 -07:00
lxc_init_linux.go Move execdrivers into runtime top level pkg 2014-03-17 11:40:12 -07:00
lxc_init_unsupported.go Move execdrivers into runtime top level pkg 2014-03-17 11:40:12 -07:00
lxc_template.go Add --opt arguments for drivers 2014-03-27 21:47:47 +01:00
lxc_template_unit_test.go Add --opt arguments for drivers 2014-03-27 21:47:47 +01:00