docs: Add vhost-net

This commit is contained in:
Kroese 2024-03-12 00:41:35 +01:00 committed by GitHub
parent 9a7bbf94d1
commit 9dd84f4c93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -183,6 +183,8 @@ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_
```yaml
environment:
DHCP: "Y"
devices:
- /dev/vhost-net
device_cgroup_rules:
- 'c *:* rwm'
```