You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(config): trim container kernel config to what dockerd actually uses
Drop the duplicate CONFIG_NETFILTER_XT_MATCH_IPVS line, the legacy
IP_NF_*/IP6_NF_TARGET_MASQUERADE/MANGLE netfilter backend, IP_VS,
NF_CONNTRACK_PROCFS, NF_LOG_SYSLOG, and the unused XT_MATCH_MULTIPORT/
PHYSDEV/STATE matches. Verified against a running dockerd + docker
compose (bridge network, published port, embedded DNS): every rule
dockerd installs lands in the nftables backend via NFT_COMPAT, the raw
table stays empty, and none of the removed matches/legacy tables ever
register. IP6_NF_IPTABLES/FILTER/NAT stay, since dockerd's default
ip6tables scaffolding does write real rules there.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments