mirror of
https://github.com/containers/podman.git
synced 2025-11-29 09:37:38 +08:00
Stop enforcing iptables on WSL
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
This commit is contained in:
@@ -12,11 +12,6 @@ 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"]
|
||||
|
||||
Reference in New Issue
Block a user