add: qemu
This commit is contained in:
parent
17006abf52
commit
fe8a51fb4a
2 changed files with 18 additions and 0 deletions
1
windows/qemu/README.md
Normal file
1
windows/qemu/README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
https://github.com/qemus/qemu
|
||||||
17
windows/qemu/compose.yaml
Normal file
17
windows/qemu/compose.yaml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue