Force use of iptables on Windows WSL
This is a workaround for #25201 and helps with upgrading the WSL image to Fedora 41. Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
This commit is contained in:
parent
e6a35234ce
commit
dae1541529
|
@ -12,6 +12,11 @@ const containersConf = `[containers]
|
|||
|
||||
[engine]
|
||||
cgroup_manager = "cgroupfs"
|
||||
|
||||
# Using iptables until we fix nftables on WSL:
|
||||
# https://github.com/containers/podman/issues/25201
|
||||
[network]
|
||||
firewall_driver="iptables"
|
||||
`
|
||||
|
||||
const registriesConf = `unqualified-search-registries=["docker.io"]
|
||||
|
|
Loading…
Reference in New Issue