From 5a7d2c5ca2d98cd47aa85ccf41c563a7a89c2f9d Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 12 Jan 2024 18:48:39 +0100 Subject: [PATCH] docs: Readme (#317) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 894dcb9..f2af497 100644 --- a/readme.md +++ b/readme.md @@ -62,7 +62,7 @@ docker run -it --rm -e "DISPLAY=vnc" -e "BOOT=http://example.com/image.iso" -p 5 BOOT: "https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/x86_64/alpine-virt-3.19.0-x86_64.iso" ``` - It will be downloaded only once, during the initial run of the container. + It will be downloaded only once, during the initial run of the container. You can also place a file called ```boot.img``` in the ```\storage``` folder if you want to use a local image. * ### How do I interact with the VM?