Update readme.md

This commit is contained in:
Kroese 2023-04-26 20:11:20 +02:00 committed by GitHub
parent 454cbafcb3
commit c8eb8a410a

View file

@ -34,7 +34,7 @@ version: "3"
services: services:
qemu: qemu:
container_name: qemu container_name: qemu
image: qemux/qemu-docker:latest image: ghcr.io/qemu-tools/qemu-docker:latest
environment: environment:
DISK_SIZE: "16G" DISK_SIZE: "16G"
BOOT: "http://www.example.com/image.iso" BOOT: "http://www.example.com/image.iso"
@ -51,7 +51,7 @@ services:
Via `docker run` Via `docker run`
```bash ```bash
docker run -it --rm -e "BOOT=http://www.example.com/image.iso" --device=/dev/kvm --cap-add NET_ADMIN qemux/qemu-docker:latest docker run -it --rm -e "BOOT=http://www.example.com/image.iso" --device=/dev/kvm --cap-add NET_ADMIN ghcr.io/qemu-tools/qemu-docker:latest
``` ```
## FAQ ## FAQ