Podman remote Windows client asks for absolute volume paths regardless of input #11398
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
When running the Podman Windows client against a WSL 2 remote
podman run -v
will tell me to provide absolute paths, no matter what I provide.Steps to reproduce the issue:
While struggling with #11386, I'm running a Podman service in a WSL 2 Ubuntu host through
Then, using the Podman remote Windows client, I can do things like
and it just works, so that's great.
However, one I start using
-v
, I'll run into error messagesDescribe the results you expected:
Since we're running remotely, I'm not sure exactly what I would expect for the host directory part; probably something in the WSL 2 host. What I would expect is the error that the container directory part must be an absolute path regardless of what I put in:
/app
seems like it would fit the description of "absolute".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: