Update readme.md
This commit is contained in:
parent
c62e7cbeba
commit
37fd99cada
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ services:
|
|||
Via `docker run`
|
||||
|
||||
```bash
|
||||
$ 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
|
||||
$ 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
|
||||
```
|
||||
|
||||
## FAQ
|
||||
|
|
Loading…
Reference in a new issue