diff --git a/pkg/machine/wsl/declares.go b/pkg/machine/wsl/declares.go index a1f13ae310..bbc4215a7e 100644 --- a/pkg/machine/wsl/declares.go +++ b/pkg/machine/wsl/declares.go @@ -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"]