Vhost
This commit is contained in:
parent
2b1ba54405
commit
fc85768b06
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<div align="center">
|
||||
|
||||
[![Build]][build_url]
|
||||
[![Version]][build_url]
|
||||
[![Version]][ghcr_url]
|
||||
[![Size]][ghcr_url]
|
||||
|
||||
[build_url]: https://github.com/qemu-tools/qemu-docker/
|
||||
|
@ -38,6 +38,7 @@ services:
|
|||
BOOT: "http://www.example.com/image.iso"
|
||||
devices:
|
||||
- /dev/kvm
|
||||
- /dev/vhost-net
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue