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
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
Uh oh!
There was an error while loading. Please reload this page.
-
Using windows 11 and podman 5.1.1, i try to mount my host
.ssh
folder into a container. Basically, this :In any case, it has to be dynamic, as the username varies between installations. And i have tried with both
$env:HOMEPATH
(equal to\Users\myusername
)$env:USERPROFILE
(equal toC:\Users\myusername
)Each time the error is that environment variable is not substituted.
What am i missing ? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions