Unverified Commit f169cbb6 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Set index page (#311)

parent 1d1d2434
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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?