Skip to content

Commit

Permalink
Force use of iptables on Windows WSL
Browse files Browse the repository at this point in the history
This is a workaround for containers#25201 and helps with
upgrading the WSL image to Fedora 41.

Signed-off-by: Mario Loriedo <[email protected]>
  • Loading branch information
l0rd committed Feb 3, 2025
1 parent e6a3523 commit ee931c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/machine/wsl/declares.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ const containersConf = `[containers]
[engine]
cgroup_manager = "cgroupfs"
[network]
firewall_driver="iptables"
`

const registriesConf = `unqualified-search-registries=["docker.io"]
Expand Down

0 comments on commit ee931c8

Please sign in to comment.