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
Changes to the previous implementation are:
* If there are no volume mounts then there is no fallback to the host
$HOME directory (because we know it isn't mounted, so no need to display
an additional error).
* If the --workdir does not exist in the guest, we fallback to the host
$PWD first before trying the host $HOME (because it is less surprising
to stay in the current directory than to switch to one that is different
from the requested one).
Signed-off-by: Jan Dubois <[email protected]>
0 commit comments