cpuset.cpus.effective: no such file or directory (修改 docker cgroup 版本的方法)
要切换使用 v1 版 cgroup,需要做如下配置:
vim /etc/default/grub

GRUB_CMDLINE_LINUX="systemd.unified_cgroup_hierarchy=0"
update-grub
reboot
完美解决
要切换使用 v1 版 cgroup,需要做如下配置:
vim /etc/default/grub

GRUB_CMDLINE_LINUX="systemd.unified_cgroup_hierarchy=0"
update-grub
reboot
完美解决