Skip to content

engine/install: document iptables alternative on Fedora#24811

Merged
dvdksn merged 3 commits intodocker:mainfrom
lacatoire:fix/issue-23186-fedora-iptables-alternatives
Apr 20, 2026
Merged

engine/install: document iptables alternative on Fedora#24811
dvdksn merged 3 commits intodocker:mainfrom
lacatoire:fix/issue-23186-fedora-iptables-alternatives

Conversation

@lacatoire
Copy link
Copy Markdown
Contributor

Adds a troubleshooting note on the Fedora install page for the case where the Docker service fails to start with failed to find iptables in the logs, pointing users to set the iptables alternative to iptables-nft.

Closes #23186

Add a troubleshooting note for when the Docker service fails to start
with 'failed to find iptables' in the logs, explaining how to set the
iptables alternative to iptables-nft.

Closes docker#23186
@lacatoire lacatoire requested a review from dvdksn as a code owner April 17, 2026 19:17
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 17, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 48cf1dc
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69e289ff526ae00008e02020
😎 Deploy Preview https://deploy-preview-24811--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

@dvdksn dvdksn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@dvdksn dvdksn merged commit 1043de9 into docker:main Apr 20, 2026
14 checks passed
@lacatoire lacatoire deleted the fix/issue-23186-fedora-iptables-alternatives branch April 20, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sudo alternatives --set-iptables /usr/sbin/iptables-nft

2 participants