You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now limactl start offers you to edit the template before starting the instance. But when it comes time to instantiate it, it finds that an instance with the same name already exists and throws away the edited template.
It would be more considerate to abort creation before letting the user edit the template:
$ l start template://alpine? Creating an instance "alpine" Open an editor to review or modify the current configurationWaiting for Emacs...FATA[0014] instance "alpine" already exists ("/Users/jan/.lima/alpine")
The text was updated successfully, but these errors were encountered:
Right now
limactl start
offers you to edit the template before starting the instance. But when it comes time to instantiate it, it finds that an instance with the same name already exists and throws away the edited template.It would be more considerate to abort creation before letting the user edit the template:
The text was updated successfully, but these errors were encountered: