Skip to content

Custom mount of location to a mountPoint #2435

Answered by jandubois
madalinignisca asked this question in Q&A
Discussion options

You must be logged in to vote

The lima shell command by default opens a shell in the same directory that you are in on the host. This is by design.

You can override this

$ limactl shell --workdir /home/madalin.linux default
madalin@lima-default:~$

Or if you use the lima wrapper:

$ export LIMA_WORKDIR=/home/madalin.linux
$ lima
madalin@lima-default:~$

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by madalinignisca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants