Skip to content

Commit 7028b65

Browse files
committed
Add volume option to example command
1 parent ec3ecd3 commit 7028b65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ docker run --detach \
1212
--publish 127.0.0.1:3389:3389/tcp \
1313
--publish 127.0.0.1:5900:5900/tcp \
1414
--publish 127.0.0.1:6080:6080/tcp \
15+
--mount type=volume,src=qemu-win2000-disk,dst=/var/lib/qemu/disk/ \
1516
docker.io/hectorm/qemu-win2000:latest
1617
```
1718

0 commit comments

Comments
 (0)