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

Commit

Permalink
Merge pull request #17 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
README.md: update
  • Loading branch information
AkihiroSuda authored Aug 19, 2021
2 parents 5a6fc5d + cc3ac77 commit f575691
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ The guest is accessible to the internet, and the guest IP is accessible from the

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.

### Lima integration

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).

### Multi VM
Multiple VMs can be connected to a single `vde_vmnet` instance.

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

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

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

Instead, consider using launchd or sudo.

Expand Down

0 comments on commit f575691

Please sign in to comment.