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
[docker-in-docker] Use iptables-legacy only if it's working
Currently, docker-in-docker configures `iptables`
to use `iptables-legacy` if it exists.
However, if the `ip_tables` kernel module is not
loaded on the host, `iptables-legacy` will not work.
With this change, docker-in-docker checks if
`iptables-legacy` works before using
`update-alternatives`.
Fixes#1235
0 commit comments