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
Akihiro Suda 19baeaca26 cgroup2: enable cgroup namespace by default
For cgroup v1, we were unable to change the default because of
compatibility issue.

For cgroup v2, we should change the default right now because switching
to cgroup v2 is already breaking change.

See also containers/libpod#4363 containers/libpod#4374

Privileged containers also use cgroupns=private by default.
https://github.com/containers/libpod/pull/4374#issuecomment-549776387

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-01-01 02:58:40 +09:00
..
checkpoint_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
container_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
copy_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
create_test.go integration: remove unused constants and fields (unused) 2019-09-18 12:57:10 +02:00
daemon_linux_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
diff_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
exec_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
export_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
health_test.go Skip TestHealthKillContainer on Windows 2019-07-19 16:09:50 +02:00
inspect_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
ipcmode_linux_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
kill_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
links_linux_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
logs_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
main_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
mounts_linux_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
nat_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
pause_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
ps_test.go integration: change container.Create signature to fix linting 2019-06-07 13:04:44 +02:00
remove_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
rename_test.go Merge pull request #39336 from justincormack/entropy-cannot-be-saved 2019-06-11 18:40:19 +02:00
resize_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
restart_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
run_cgroupns_linux_test.go cgroup2: enable cgroup namespace by default 2020-01-01 02:58:40 +09:00
run_linux_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
stats_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
stop_linux_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
stop_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
stop_windows_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
update_linux_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
update_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
wait_test.go misspell: fix some spelling issues 2019-09-18 12:57:48 +02:00