Rename an existing instance #949
Unanswered
maxenglander
asked this question in
Q&A
Replies: 1 comment
-
If you have below error in
Then you can fix it by qemu-img command (before that, creating backup (
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I would like to rename an existing instance, e.g.
limactl instance rename new-name
. I saw a similar question, but it didn't seem to be asking the same thing, or the solution didn't seem like what I am looking for.Is this possible? I did try simply moving the instance folder with
mv ~/.lima/<old-name> ~/.lima/<new-name>
The<new-name>
showed up inlimactl list
, but when I tried to start the instance after that, it failed.Beta Was this translation helpful? Give feedback.
All reactions