-
Notifications
You must be signed in to change notification settings - Fork 682
add some doc for linux #3317
New issue
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
add some doc for linux #3317
Conversation
6dffd77
to
ae43cf4
Compare
This has moved to the website: https://lima-vm.io/docs/installation/ |
All of the other parameters are probably better off with the defaults? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we want to duplicate all of that (jq/curl/tar) in the README.
But a line or two on how to install on Linux (link to releases), could be nice.
Signed-off-by: ningmingxiao <[email protected]>
done @afbjorklund |
--cpus=1 \ | ||
--memory=1 \ | ||
--vm-type=qemu \ | ||
--rosetta \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can't do this
--memory=1 \ | ||
--vm-type=qemu \ | ||
--rosetta \ | ||
--mount-type=virtiofs \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can't do this on macOS, and typically needs a custom virtiofsd on Linux
template://default | ||
``` | ||
|
||
To run vm on macos use vz: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the default
This seems redundant. The usage is documented in https://lima-vm.io , and it is linked from |
I'm new user of lima, It's a very cool project.I used to think it could only be used on macOS .
I update the read me let user know it can run on linux and can create vm by using qemu