add: qemu

This commit is contained in:
Andy Bunce 2026-04-21 20:13:24 +01:00
parent 17006abf52
commit fe8a51fb4a
2 changed files with 18 additions and 0 deletions

17
windows/qemu/compose.yaml Normal file
View file

@ -0,0 +1,17 @@
services:
qemu:
image: qemux/qemu
container_name: qemu
environment:
BOOT: "mint"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
volumes:
- ./qemu:/storage
restart: unless-stopped
stop_grace_period: 2m