From 77f43f35d2ba56414a18b5156fbd56fde86e85c5 Mon Sep 17 00:00:00 2001 From: Ilia Karpov <42714629+WSHAPER@users.noreply.github.com> Date: Sun, 21 Apr 2024 22:17:21 +0200 Subject: [PATCH] docs: Update local copy instructions (#403) --- readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f24d0da..520d897 100644 --- a/readme.md +++ b/readme.md @@ -157,7 +157,14 @@ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ VERSION: "https://example.com/win.iso" ``` - Alternatively, you can also rename a local file to `custom.iso` and place it in an empty `/storage` folder to skip the download. + Alternatively, you can also use a local file directly, and skip the download, by binding it in your compose file in this way: + + ```yaml + volumes: + - /home/user/example.iso:/storage/custom.iso + ``` + + Replace the example path `/home/user/example.iso` with the filename of the desired ISO file. * ### How do I perform a manual installation?