In order to fix cgroups error in running docker, try these commands and restart your system. One of them should work.
sudo update-grub "systemd.unified_cgroup_hierarchy=0"
sudo grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"
In order to fix cgroups error in running docker, try these commands and restart your system. One of them should work.
sudo update-grub "systemd.unified_cgroup_hierarchy=0"
sudo grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"