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">
|
<div align="center">
|
||||||
|
|
||||||
[![Build]][build_url]
|
[![Build]][build_url]
|
||||||
[![Version]][build_url]
|
[![Version]][ghcr_url]
|
||||||
[![Size]][ghcr_url]
|
[![Size]][ghcr_url]
|
||||||
|
|
||||||
[build_url]: https://github.com/qemu-tools/qemu-docker/
|
[build_url]: https://github.com/qemu-tools/qemu-docker/
|
||||||
|
@ -38,6 +38,7 @@ services:
|
||||||
BOOT: "http://www.example.com/image.iso"
|
BOOT: "http://www.example.com/image.iso"
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
|
- /dev/vhost-net
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue