docs: Readme

This commit is contained in:
Kroese 2024-04-07 01:50:09 +02:00 committed by GitHub
parent 074a0783f2
commit 15dba40af2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ It uses high-performance QEMU options (like KVM acceleration, kernel-mode networ
## Usage
Via `compose.yml`
Via Docker Compose:
```yaml
version: "3"
@ -43,7 +43,7 @@ services:
restart: on-failure
```
Via `docker run`
Via Docker CLI:
```bash
docker run -it --rm --name qemu -e "BOOT=http://example.com/image.iso" -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN qemux/qemu-arm