Update readme.md

This commit is contained in:
Kroese 2023-04-12 21:39:56 +02:00 committed by GitHub
parent 8e81b0b9c5
commit 21c73444a0

View file

@ -40,6 +40,8 @@ services:
- NET_ADMIN - NET_ADMIN
ports: ports:
- 22:22 - 22:22
volumes:
- /var/qemu:/storage
restart: on-failure restart: on-failure
``` ```
@ -47,7 +49,7 @@ services:
Via `docker run` Via `docker run`
```bash ```bash
docker run -it -e "BOOT=http://www.tinycorelinux.net/13.x/x86/release/Core-13.1.iso" --device=/dev/kvm --cap-add NET_ADMIN kroese/docker-qemu:latest $ docker run --name qemu -it -e "BOOT=http://www.tinycorelinux.net/13.x/x86/release/Core-13.1.iso" -v "/var/qemu:/storage" --device=/dev/kvm --cap-add NET_ADMIN kroese/docker-qemu:latest
``` ```
## FAQ ## FAQ