From f169cbb6f96850e6eec931dd02329d244e845747 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 10 Jan 2024 17:28:31 +0100 Subject: [PATCH] feat: Set index page (#311) --- Dockerfile | 1 + readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b7ba06..2547a91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ RUN apt-get update \ COPY ./src /run/ RUN chmod +x /run/*.sh +COPY /usr/share/novnc/vnc_lite.html /usr/share/novnc/index.html VOLUME /storage EXPOSE 22 5900 8006 diff --git a/readme.md b/readme.md index add2b83..894dcb9 100644 --- a/readme.md +++ b/readme.md @@ -86,7 +86,7 @@ docker run -it --rm -e "DISPLAY=vnc" -e "BOOT=http://example.com/image.iso" -p 5 - 8006:8006 ``` - Afterwards you can visit [http://localhost:8006/vnc.html](http://localhost:8006/vnc.html) using any webbrowser to view the screen of the VM and interact with it via the keyboard/mouse. + Afterwards you can visit [http://localhost:8006/](http://localhost:8006/) using any webbrowser to view the screen of the VM and interact with it via the keyboard/mouse. * ### How do I increase the amount of CPU or RAM?