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/native
Antonio Murdaca cfcddefacd daemon: execdriver: lxc: fix cgroup paths
When running LXC dind (outer docker is started with native driver)
cgroup paths point to `/docker/CID` inside `/proc/self/mountinfo` but
these paths aren't mounted (root is wrong). This fix just discard the
cgroup dir from mountinfo and set it to root `/`.
This patch fixes/skip OOM LXC tests that were failing.
Fix #16520

Signed-off-by: Antonio Murdaca <runcom@linux.com>
Signed-off-by: Antonio Murdaca <amurdaca@redhat.com>
2015-10-13 14:46:59 -07:00
..
template Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
apparmor.go AppArmor: Deny w to /proc/* files 2015-08-13 15:39:25 -04:00
create.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
driver.go daemon: execdriver: lxc: fix cgroup paths 2015-10-13 14:46:59 -07:00
driver_unsupported.go Fix golint warnings for daemon/execdriver/* 2015-07-28 08:43:22 +08:00
driver_unsupported_nocgo.go Fix golint warnings for daemon/execdriver/* 2015-07-28 08:43:22 +08:00
exec.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
info.go Fix golint warnings for daemon/execdriver/* 2015-07-28 08:43:22 +08:00
init.go Update libcontainer 2015-07-16 16:02:26 -07:00