Fix Docker: Difference between revisions

From Simon's Help System
Jump to navigation Jump to search
Simon (talk | contribs)
Created page with "Use the following commands <pre> sudo update-alternatives --set iptables /usr/sbin/iptables-legacy sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy sudo systemctl restart docker </pre>"
 
(No difference)

Latest revision as of 13:05, 2 March 2024

Use the following commands

sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy

sudo systemctl restart docker