spiegel_podman/cmd
Paul Holzinger eccf43cdbd
cmd/rootlessport: remove wsl workaround
Having a special wsl work around in the code always felt wrong to me.
This does nothing to fix the pasta or rootful port binding behavior.

To actually fix this for all we can set the new podman 6
default_host_ips containers.conf option in the WSL machine-os image by
default:

[network]
default_host_ips = ["0.0.0.0", "::"]

That should make all code paths bind two sockets which WSL needs as it
is unable to recognize a dual stack ipv6 socket for ipv4 as well.

ref https://github.com/podman-container-tools/podman/issues/29377

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2026-08-20 12:36:52 +02:00
..
podman Merge pull request #29539 from ravencore06/refactor/remove-redundant-error-formatting 2026-08-19 18:06:06 +02:00
podman-mac-helper Merge pull request #29511 from vishnukothakapu/perf-regexp-mustcompile 2026-08-17 12:53:04 +02:00
podman-testing Fix staticcheck SA4023 warnings in call.go and sign.go 2026-06-12 09:53:20 +02:00
quadlet added errorlint 2026-08-14 01:35:03 +05:30
rootlessport cmd/rootlessport: remove wsl workaround 2026-08-20 12:36:52 +02:00
winpath Fix GOOS=windows prealloc linter warnings 2026-02-11 11:41:11 -08:00