Unable to connect Windows client to WSL 2-hosted Podman #11386
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
stale-issue
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I've been following this guide to get Podman up and running on WSL 2 (Ubuntu); everything works like a charm.
I then wanted to combine that with this other guide on using a Windows client to access the WSL 2-hosted Podman but start running into a few issues:
systemctl --user enable podman.socket
does not produce any errors but at the same time,/run/user
is empty, so I'm wondering if it does what it's supposed to.sudo loginctl enable-linger $USER
fails since, well, there's nosystemd
:podman --remote info
tells me that there's no socket:On the client side, the SSH connection works as expected, but with no socket to point it to, I guess there's no hope of getting it up and running; in particular, using the socket from
podman info
on WSL 2 through something likegives rise to the following issue on
podman info
:So this all boils down to:
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
The text was updated successfully, but these errors were encountered: