Fix Docker: Difference between revisions
Jump to navigation
Jump to search
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