We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start command needs terminal to be left open to work and sending interrupt signal kills QEMU.
There is place for a few improvements:
start
stop
The text was updated successfully, but these errors were encountered:
Yes, I’m planning to work on this after replacing sshfs with 9p (#1)
Sorry, something went wrong.
limactl start
Coming soon: #46
Released v0.3.0 with background limactl start & limactl stop
limactl stop
https://github.com/AkihiroSuda/lima/releases/tag/v0.3.0
Successfully merging a pull request may close this issue.
Start command needs terminal to be left open to work and sending interrupt signal kills QEMU.
There is place for a few improvements:
start
command to daemonize process by default: the process detaches making QEMU running in background.stop
command that makes VM gracefully shutdown. Can be implemented by communicating with guest agent and calling shutdown command on guest.The text was updated successfully, but these errors were encountered: