docs: Add vhost-net

This commit is contained in:
Kroese 2024-03-12 00:31:27 +01:00 committed by GitHub
parent 807f26c572
commit 8de9eae706
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,6 +150,8 @@ docker run -it --rm --name qemu -e "BOOT=http://example.com/image.iso" -p 8006:8
```yaml
environment:
DHCP: "Y"
devices:
- /dev/vhost-net
device_cgroup_rules:
- 'c *:* rwm'
```