Is this a docs issue?
Type of issue
Information is incorrect
Description
On a Fedora installation upgraded to 42 system service for docker didn't start because command iptables wasn't found until I did:
sudo alternatives --set-iptables /usr/sbin/iptables-nft and rebooted.
Now it works.
Location
https://docs.docker.com/engine/install/fedora/
Suggestion
sudo alternatives --set-iptables /usr/sbin/iptables-nft and rebooted.
Is this a docs issue?
Type of issue
Information is incorrect
Description
On a Fedora installation upgraded to 42 system service for docker didn't start because command iptables wasn't found until I did:
sudo alternatives --set-iptables /usr/sbin/iptables-nft and rebooted.
Now it works.
Location
https://docs.docker.com/engine/install/fedora/
Suggestion
sudo alternatives --set-iptables /usr/sbin/iptables-nft and rebooted.