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/lxc
Michael Crosby 47917135da Fix cap drop issues with lxc
This uses "," instead of spaces so that the flags are parsed correctly
and also does not do a strings.Split on an empty string because
strings.Split will return a slice with one element, and empty string
causing parsing to fail when it validates that the cap exists.
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
2014-07-16 12:14:26 -07:00
..
driver.go Fix cap drop issues with lxc 2014-07-16 12:14:26 -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 libcontainer cap drop method 2014-06-19 16:00:53 -04:00
lxc_init_linux.go Fix cap drop issues with lxc 2014-07-16 12:14:26 -07:00
lxc_init_unsupported.go Use libcontainer cap drop method 2014-06-19 16:00:53 -04:00
lxc_template.go Update libcontainer imports 2014-06-10 19:58:15 -07:00
lxc_template_unit_test.go Skip lxc_template_unit_test.go on non-Linux platforms 2014-06-29 17:11:30 +09:00
MAINTAINERS Add Dinesh Subhraveti to MAINTAINERS 2014-05-27 16:45:17 -04:00