You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows basically to use the podman as a remote on the podman-machine-default, like for the podman.exe when running not on WSL. This makes workflow symmetric when I'm in WSL wrt when I'm on Powershell.
Now, It seems that volume binding doesn't work?
# Running from my WSL dev distro
$> podman run -it --rm -v $(realpath .):/cantera registry.gitlab.com/xxx/xxx/xxx/:latest
Error: statfs /home/rdb/git/packaging/cantera-git: no such file or directory
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use another WSL for development on Windows, on which I configured:
This allows basically to use the
podman
as a remote on thepodman-machine-default
, like for thepodman.exe
when running not on WSL. This makes workflow symmetric when I'm in WSL wrt when I'm on Powershell.Now, It seems that volume binding doesn't work?
Is it possible to make this work?
Beta Was this translation helpful? Give feedback.
All reactions