1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration/container
Rob Gulewich 256eb04d69 Start containers in their own cgroup namespaces
This is enabled for all containers that are not run with --privileged,
if the kernel supports it.

Fixes #38332

Signed-off-by: Rob Gulewich <rgulewich@netflix.com>
2019-05-07 10:22:16 -07:00
..
checkpoint_test.go Temporarily disable TestCheckpoint 2019-04-01 22:07:48 +02:00
container_test.go
copy_test.go
create_test.go Update more tests to use new errors 2019-03-16 00:41:02 +01:00
daemon_linux_test.go TestDaemonRestartIpcMode: modernize 2019-03-08 10:04:43 -08:00
diff_test.go
exec_test.go Use original process spec for execs 2019-03-21 15:41:53 -04:00
export_test.go Improve consistency in "skip" 2019-01-07 13:56:46 +01:00
health_test.go
inspect_test.go
ipcmode_linux_test.go TestIpcModeOlderClient: skip if client < 1.40 2019-04-25 19:19:44 -07:00
kill_test.go integration: add/use WithRestartPolicy 2019-03-08 10:03:55 -08:00
links_linux_test.go Improve consistency in "skip" 2019-01-07 13:56:46 +01:00
logs_test.go Improve consistency in "skip" 2019-01-07 13:56:46 +01:00
main_test.go
mounts_linux_test.go Simplify skip checks 2019-01-07 13:56:57 +01:00
nat_test.go Improve consistency in "skip" 2019-01-07 13:56:46 +01:00
pause_test.go
ps_test.go
remove_test.go Improve consistency in "skip" 2019-01-07 13:56:46 +01:00
rename_test.go Improve consistency in "skip" 2019-01-07 13:56:46 +01:00
resize_test.go
restart_test.go
run_linux_test.go Start containers in their own cgroup namespaces 2019-05-07 10:22:16 -07:00
stats_test.go
stop_linux_test.go Fix some minor wording / issues 2019-01-07 13:57:01 +01:00
stop_test.go integration: add/use WithRestartPolicy 2019-03-08 10:03:55 -08:00
stop_windows_test.go
update_linux_test.go Update TestUpdatePidsLimit to be more atomic 2019-03-13 00:27:15 +01:00
update_test.go TestUpdateRestartWithAutoRemove: use WithAutoRemove 2019-03-08 09:59:22 -08:00
wait_test.go