Unverified Commit 918c2a05 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

docs: Readme (#460)

parent 6fadd48d
Loading
Loading
Loading
Loading
+0 −0

File moved.

+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ It uses high-performance QEMU options (like KVM acceleration, kernel-mode networ

## Usage

Via `docker-compose.yml`
Via Docker Compose:

```yaml
version: "3"
@@ -42,7 +42,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-docker