Skip to content

Instantly share code, notes, and snippets.

@Harkishen-Singh
Created July 22, 2021 07:45
Show Gist options
  • Save Harkishen-Singh/b009d234a38ee1f0a7516689e9423530 to your computer and use it in GitHub Desktop.
Save Harkishen-Singh/b009d234a38ee1f0a7516689e9423530 to your computer and use it in GitHub Desktop.
Fix cgroups error in docker

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment