Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit f575691

Browse files
authored
Merge pull request #17 from AkihiroSuda/dev
README.md: update
2 parents 5a6fc5d + cc3ac77 commit f575691

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ The guest is accessible to the internet, and the guest IP is accessible from the
4040

4141
To confirm, run `sudo apt-get update && sudo apt-get install -y apache2` in the guest, and access the guest IP via Safari on the host.
4242

43+
### Lima integration
44+
45+
See https://github.com/lima-vm/lima/blob/master/docs/network.md to learn how to use `vde_vmnet` with [Lima](https://github.com/lima-vm/lima).
46+
4347
### Multi VM
4448
Multiple VMs can be connected to a single `vde_vmnet` instance.
4549

@@ -112,7 +116,7 @@ https://developer.apple.com/documentation/bundleresources/entitlements/com_apple
112116

113117
### Is it possible to run `vde_vmnet` with SETUID?
114118

115-
Discouraged, as it allows non-root users to write arbitrary files, by specifying certain CLI args and environment variables.
119+
Yes, but discouraged, as it allows non-root users to write arbitrary files, by specifying certain CLI args and environment variables.
116120

117121
Instead, consider using launchd or sudo.
118122

0 commit comments

Comments
 (0)