Skip to content

Instantly share code, notes, and snippets.

@valaparthvi
Created April 27, 2020 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valaparthvi/12aadcdf54b5711b8a9c5e9b276a70a3 to your computer and use it in GitHub Desktop.
Save valaparthvi/12aadcdf54b5711b8a9c5e9b276a70a3 to your computer and use it in GitHub Desktop.
Docker fix on Fedora 31
open /etc/default/grub as admin
Append value of GRUB_CMDLINE_LINUX with systemd.unified_cgroup_hierarchy=0
sudo grub2-mkconfig > /boot/efi/EFI/fedora/grub.cfg or
sudo grub2-mkconfig > /boot/grub2/grub.cfg
reboot
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