mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-07 01:24:49 +00:00
Add volume option to example command, fixes #12
This commit is contained in:
parent
cb8849fc1e
commit
1dbbeb4fbd
@ -9,6 +9,7 @@ docker run --detach \
|
|||||||
--device /dev/kvm \
|
--device /dev/kvm \
|
||||||
--publish 127.0.0.1:5900:5900/tcp \
|
--publish 127.0.0.1:5900:5900/tcp \
|
||||||
--publish 127.0.0.1:6080:6080/tcp \
|
--publish 127.0.0.1:6080:6080/tcp \
|
||||||
|
--mount type=volume,src=qemu-reactos-disk,dst=/var/lib/qemu/disk/ \
|
||||||
docker.io/hectorm/qemu-reactos:latest
|
docker.io/hectorm/qemu-reactos:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user