mirror of https://github.com/containers/podman.git
				
				
				
			Merge pull request #25214 from openshift-cherrypick-robot/cherry-pick-25202-to-v5.4
[v5.4] Force use of iptables on Windows WSL
This commit is contained in:
		
						commit
						523e1897a4
					
				|  | @ -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"] | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue