Created
April 14, 2021 10:18
-
-
Save sandys/a79749d82ad43e5a782c2b7e3c5139d2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
1. If ur upgrading from an older fedora, | |
1.1 `sudo dnf remove docker-*` | |
1.2 `sudo dnf config-manager --disable docker-*` | |
1.2 please ensure `/etc/default/grub` doesnt contain `systemd.unified_cgroup_hierarchy=0`. If it does contain, then remove it and run `sudo grub2-mkconfig -o /boot/grub2/grub.cfg` | |
2. reboot | |
3. set firewall correctly using `sudo firewall-cmd --zone=docker --change-interface=docker0` | |
4. in `/etc/sysconfig/docker` please ensure `--live-restore` is removed | |
5. reboot | |
6. docker should work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment