-
|
I removed the home directory mount, and it looks like the default workdir is the home directory. So whenever I try to use the vm, I get this: |
Beta Was this translation helpful? Give feedback.
Answered by
jandubois
Jan 24, 2022
Replies: 1 comment 3 replies
-
|
These are just warnings/noise, so you could ignore them. Alternatively you can specify the work directory explicitly: $ limactl shell default --workdir /If you are using the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
AkihiroSuda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are just warnings/noise, so you could ignore them. Alternatively you can specify the work directory explicitly:
$ limactl shell default --workdir /If you are using the
limawrapper, you could add the--workdir /argument in there.