-
Notifications
You must be signed in to change notification settings - Fork 784
[docs] AppleVZ docs #4787
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
base: main
Are you sure you want to change the base?
[docs] AppleVZ docs #4787
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -181,6 +181,12 @@ You've installed Multipass. Time to run your first commands! Use `multipass vers | |
|
|
||
| You've installed Multipass. Time to run your first commands! Use `multipass version` to check your version or `multipass launch` to create your first instance. | ||
|
|
||
| Multipass defaults to using QEMU as its virtualisation provider. If you'd like to use AppleVZ, you can do so using the following command: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just a small fix. Note: US english is now recommended internally https://docs.ubuntu.com/styleguide/en/#spelling and the word 'virtualization' is specifically listed under the "Other common terms" section. The functionality is already implemented in the Multipass repo, but we have not enabled the check on CI (it requires effort to update all pages). Hint: If you run
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I used |
||
|
|
||
| ```{code-block} text | ||
| multipass set local.driver=applevz | ||
| ``` | ||
|
|
||
| ```{seealso} | ||
| [How to set up the driver](/how-to-guides/customise-multipass/set-up-the-driver), [How to use a different terminal from the system icon](/how-to-guides/customise-multipass/use-a-different-terminal-from-the-system-icon) | ||
| ``` | ||
|
|
||
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.
Minor request. Since we use both the full name and the abbreviation interchangeably throughout the docs, I'd suggest introducing both together at first mention so readers always have the reference:
+ the Apple Virtualization framework (AppleVZ), ...Quick question: I know that Apple uses
VZas class prefix throughout its codebase. Areapple-vz/AppleVZterms that Apple uses officially, or are they Multipass-specific shorthands derived from that prefix? Knowing this will help us write a more accurate explanation in the docs down the line.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 have found no references to any other AppleVZ mutations in the Apple docs. Its always referred to by its full moniker.
Uh oh!
There was an error while loading. Please reload this page.
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.
Will the setting value be named as applevz? If so, better tie the two together somewhere in the docs (not sure where)
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.
It is mentioned in
multipass/docs/how-to-guides/customise-multipass/set-up-the-driver.md
Lines 35 to 48 in ba40c5e