Commit 1cc157df authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update readme.md

parent 37fd99ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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