From 04f28619068f8f172cf9e33e60c166718bc5499c Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 23 Apr 2023 03:35:13 +0200 Subject: [PATCH] Readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 7ea3966..83c17e1 100644 --- a/readme.md +++ b/readme.md @@ -60,14 +60,14 @@ docker run -it --rm -e "BOOT=http://www.example.com/image.iso" --device=/dev/kvm * ### How do I change the bootdisk? ### - You can modify the `BOOT` setting to specify the URL of any ISO image: + You can modify the `BOOT` environment variable in your compose file to specify the URL of an ISO image: ``` environment: BOOT: "http://www.example.com/image.iso" ``` - It will be downloaded only once, during the first run of the container. + It will be downloaded only once, during the initial run of the container. * ### How do I change the size of the data disk?