Update readme.md
This commit is contained in:
parent
8e81b0b9c5
commit
21c73444a0
1 changed files with 3 additions and 1 deletions
|
@ -40,6 +40,8 @@ services:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
ports:
|
ports:
|
||||||
- 22:22
|
- 22:22
|
||||||
|
volumes:
|
||||||
|
- /var/qemu:/storage
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -47,7 +49,7 @@ services:
|
||||||
Via `docker run`
|
Via `docker run`
|
||||||
|
|
||||||
```bash
|
```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
|
## FAQ
|
||||||
|
|
Loading…
Reference in a new issue