How to mount ~
in a nested Lima instance?
#3199
Unanswered
msgilligan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think this is a bug in Lima. The validation logic was written before the So the reason you were not allowed to mount e.g. But now that we have a way to specify a different mount location, the validation should be against the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I try to create a Lima instance inside of a a Lima VM (which is using the default home directory name --
/home/user.linux
), I get the error message:field 'mounts[0].location' is the reserved internal home directory
If I try do do something like:
I get:
field 'mounts[0].location' must not be a system path such as /etc or /usr
I realize I could rebuild the host Lima instance to not use
/home/user.linux
, but I'd rather not do that.How can I mount
~
inside the nested instance?Beta Was this translation helpful? Give feedback.
All reactions