Custom path to diffdisk #60
Replies: 5 comments 3 replies
-
I see this in log
and curious if this part |
Beta Was this translation helpful? Give feedback.
-
You can set the You will have to move the existing contents manually if you want to keep it. |
Beta Was this translation helpful? Give feedback.
-
Thanks for advice. It seems that it has effect, but it's not enough.
I even erased all the contents of
It was making some initial startup, downloading some images, etc. But finally it fails. What am I missing? |
Beta Was this translation helpful? Give feedback.
-
It looks like $ ag '\.lima'
environment/container/docker/socket.sh
5: -i ~/.lima/_config/user \
environment/vm/lima/lima.go
37: return filepath.Join(home, ".lima", config.Profile().ID) You should create a bug report/issue about it. |
Beta Was this translation helpful? Give feedback.
-
Thanks @jandubois for assisting with responses recently. @seregamorph yeah, it is not properly supported as I did not consider the use case. That issue should suffice and should be fixed in the next release. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to start colima with custom diffdisk location (a.k.a. drive)? I mean by default it's always
~/.lima/colima/diffdisk
.But for some reasons I'd like to use another location (faster access speed). Is it configurable? Thanks
Beta Was this translation helpful? Give feedback.
All reactions