runc/libcontainer/configs
Aleksa Sarai db3159c9d9 libcontainer: cgroups: add pids controller support
Add support for the pids cgroup controller to libcontainer, a recent
feature that is available in Linux 4.3+.

Unfortunately, due to the init process being written in Go, it can spawn
an an unknown number of threads due to blocked syscalls. This results in
the init process being unable to run properly, and thus small pids.max
configs won't work properly.

Signed-off-by: Aleksa Sarai <asarai@suse.com>
2016-01-12 10:06:32 +11:00
..
validate Update import paths for new repository 2015-06-21 19:29:59 -07:00
blkio_device.go Adjust runc to new opencontainers/specs version 2015-10-03 12:25:33 +02:00
cgroup_unix.go libcontainer: cgroups: add pids controller support 2016-01-12 10:06:32 +11:00
cgroup_unsupported.go libcontainer: configs: create cgroup_unsupported.go in order to build on darwin as well 2015-11-27 10:28:29 +01:00
cgroup_windows.go Windows: Refactor configs/cgroup.go 2015-10-23 13:08:18 -07:00
config.go Add seccomp trace support 2015-11-12 17:03:53 -08:00
config_unix.go change uid to gid in func HostGID 2015-10-05 01:11:48 +08:00
config_unix_test.go Windows: Refactor state struct 2015-10-26 14:45:20 -07:00
config_windows_test.go Windows: Refactor state struct 2015-10-26 14:45:20 -07:00
device.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
device_defaults.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
hugepage_limit.go Adjust runc to new opencontainers/specs version 2015-10-03 12:25:33 +02:00
interface_priority_map.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
mount.go Move mount methods out of configs pkg 2015-09-24 09:43:12 -07:00
namespaces.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
namespaces_syscall.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
namespaces_syscall_unsupported.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
namespaces_unix.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
namespaces_unsupported.go libcontainer: configs: extend unsupported os 2015-11-19 18:24:34 +01:00
network.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00