Skip to content

Commit bebbd09

Browse files
committed
net-user-v2: improve docs
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 379d93b commit bebbd09

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/network.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ The "vzNAT" network does not need the `socket_vmnet` binary and the `sudoers` fi
196196

197197
## Lima user-v2 network
198198

199+
| :zap: Requirement | Lima >= 0.16.0 |
200+
|-------------------|----------------|
201+
199202
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.
200203

201204
> **Warning**

examples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Optional feature enablers:
4545
- [`vmnet.yaml`](./vmnet.yaml): ⭐enable [`vmnet.framework`](../docs/network.md)
4646
- [`experimental/9p.yaml`](experimental/9p.yaml): [experimental] use 9p mount type
4747
- [`experimental/riscv64.yaml`](experimental/riscv64.yaml): [experimental] RISC-V
48+
- [`experimental/net-user-v2.yaml`](experimental/net-user-v2.yaml): [experimental] user-v2 network
49+
to enable VM-to-VM communication without root privilege
4850

4951
Lost+found:
5052
- ~`centos.yaml`~: Removed in Lima v0.8.0, as CentOS 8 reached [EOL](https://www.centos.org/centos-linux-eol/).

examples/experimental/net-user-v2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Example to run lima instance with experimental user-v2 network enabled
2+
# This example requires Lima v0.16.0 or later.
23
images:
34
- location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img"
45
arch: "x86_64"

0 commit comments

Comments
 (0)