lima
lima copied to clipboard
Mountpoints cannot include whitespace
Description
Lima does not support mounting locations containing whitespace, e.g.
mounts:
- location: "~/foo bar"
writable: true
This obviously affects users whose host username contains a space.
Known problem spots:
lima.envdoes not quoteLIMA_CIDATA_MOUNTS_NNN_MOUNTPOINTreversesshfs.Preparedoesn't quote the argument tomkdir -preversesshfs.Startdoesn't quote the local and remote path arguments tosshfs
There are probably more...