Created
April 27, 2020 18:26
-
-
Save valaparthvi/12aadcdf54b5711b8a9c5e9b276a70a3 to your computer and use it in GitHub Desktop.
Docker fix on Fedora 31
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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