Skip to content

Commit

Permalink
Merge pull request #25202 from l0rd/wsl-hardcode-network-config
Browse files Browse the repository at this point in the history
Force use of iptables on Windows WSL
  • Loading branch information
openshift-merge-bot[bot] authored Feb 3, 2025
2 parents 61e36a3 + dae1541 commit c81625f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/machine/wsl/declares.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit c81625f

Please sign in to comment.