Commit 21c73444 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update readme.md

parent 8e81b0b9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -40,6 +40,8 @@ services:
            - NET_ADMIN                       
        ports:
            - 22:22
        volumes:
            - /var/qemu:/storage
        restart: on-failure

```
@@ -47,7 +49,7 @@ services:
Via `docker run`

```bash
docker run -it -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 --name qemu -it -e "BOOT=http://www.tinycorelinux.net/13.x/x86/release/Core-13.1.iso" -v "/var/qemu:/storage" --device=/dev/kvm --cap-add NET_ADMIN kroese/docker-qemu:latest
```

## FAQ