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
Alexander Morozov c1cd45d547 Choose default-cgroup parent by cgroup driver
It's "/docker" for cgroupfs and "system.slice" for systemd.

Fix #19140

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2016-01-07 08:56:26 -08:00
..
template Choose default-cgroup parent by cgroup driver 2016-01-07 08:56:26 -08:00
apparmor.go Enable ptrace in a container on apparmor below 2.9 2015-12-07 11:08:49 +01:00
create.go update runc to the latest code base to fix gccgo build 2016-01-06 00:02:56 +00:00
driver.go Choose default-cgroup parent by cgroup driver 2016-01-07 08:56:26 -08:00
driver_unsupported.go Fix declarations of of execdriver/native.NewDriver to have the same signature. 2016-01-02 19:55:37 +01:00
driver_unsupported_nocgo.go Fix declarations of of execdriver/native.NewDriver to have the same signature. 2016-01-02 19:55:37 +01:00
exec.go
info.go
init.go
seccomp.go set default seccomp profile 2015-12-28 10:18:47 -08:00
seccomp_default.go Allow the waitpid syscall 2016-01-05 09:29:16 -08:00
seccomp_unsupported.go fix default profile where unsupported 2015-12-28 20:42:15 -08:00
tmpfs.go