-
Notifications
You must be signed in to change notification settings - Fork 625
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
Splitted https://lima-vm.io/docs/config/network/ to multiple pages #3239
base: master
Are you sure you want to change the base?
Conversation
c7b86d8
to
f078195
Compare
@AkihiroSuda , after a lot of mistakes that I made I finally understood what you meant by automatic ( learnt through watching config as the parent) , made the asked changes and the preview also works fine , sorry for mistakenly closing the previous PR |
Please squash the commits |
connect_to_vm_via{"Connect to the VM via"} -- "localhost" --> default["Default"] | ||
connect_to_vm_via -- "IP" --> connect_from{"Connect to the VM IP from"} | ||
connect_from -- "Host" --> vm{"VM type"} | ||
vm -- "vz" --> vzNAT["vzNAT"] |
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.
vm -- "vz" --> vzNAT["vzNAT"] | |
vm -- "vz" --> vzNAT["vzNAT (see the VMNet page)"] |
or, the vzNAT page should be split from the VMNet 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.
Extra blank lines
user-v2 network provides a user-mode networking similar to the [default user-mode network](#user-mode-network--1921685024-) and also provides support for `vm -> vm` communication. | ||
|
||
To enable this network mode, define a network with `mode: user-v2` in networks.yaml | ||
title: VMNet Networks |
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.
title: VMNet Networks | |
title: VMNet networks |
For consistency with the other pages
e0747c2
to
f561976
Compare
done the fixes |
https://deploy-preview-3239--lima-vm.netlify.app/docs/config/network/
|
flowchart | ||
connect_to_vm_via{"Connect to the VM via"} -- "localhost" --> default["Default"] | ||
connect_to_vm_via -- "IP" --> connect_from{"Connect to the VM IP from"} | ||
connect_from -- "Host" --> vm{"VM type"}+ vm -- "vz" --> vzNAT["vzNAT (see the VMNet 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.
Copy-paste error in this 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.
done
b3bde01
to
bf93bb6
Compare
Signed-off-by: Kairvee Vaswani <[email protected]>
Resolves (#1815 ) , did the fixes .