Update readme.md

This commit is contained in:
Kroese 2023-04-15 18:07:54 +02:00 committed by GitHub
parent 37fd99cada
commit 1cc157df21

View file

@ -33,7 +33,7 @@ services:
image: kroese/docker-qemu:latest
environment:
DISK_SIZE: "16G"
BOOT: "http://www.tinycorelinux.net/13.x/x86/release/Core-13.1.iso"
BOOT: "http://www.example.com/image.iso"
devices:
- /dev/kvm
cap_add:
@ -49,7 +49,7 @@ services:
Via `docker run`
```bash
$ docker run -it --rm -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 -it --rm -e "BOOT=http://www.example.com/image.iso" --device=/dev/kvm --cap-add NET_ADMIN kroese/docker-qemu:latest
```
## FAQ