docs: Readme (#35)

This commit is contained in:
Kroese 2024-04-07 01:57:34 +02:00 committed by GitHub
parent d43a2cdab1
commit ab565cec32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ It uses high-performance QEMU options (like KVM acceleration, kernel-mode networ
## Usage
Via `docker-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