Skip to content

Instantly share code, notes, and snippets.

@sandys
Created April 14, 2021 10:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save sandys/a79749d82ad43e5a782c2b7e3c5139d2 to your computer and use it in GitHub Desktop.
Save sandys/a79749d82ad43e5a782c2b7e3c5139d2 to your computer and use it in GitHub Desktop.
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