Merge pull request #25202 from l0rd/wsl-hardcode-network-config

Force use of iptables on Windows WSL
This commit is contained in:
openshift-merge-bot[bot] 2025-02-03 20:40:56 +00:00 committed by GitHub
commit c81625fd87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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"]