feat: Set index page (#311)
This commit is contained in:
parent
1d1d2434de
commit
f169cbb6f9
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ RUN apt-get update \
|
||||||
|
|
||||||
COPY ./src /run/
|
COPY ./src /run/
|
||||||
RUN chmod +x /run/*.sh
|
RUN chmod +x /run/*.sh
|
||||||
|
COPY /usr/share/novnc/vnc_lite.html /usr/share/novnc/index.html
|
||||||
|
|
||||||
VOLUME /storage
|
VOLUME /storage
|
||||||
EXPOSE 22 5900 8006
|
EXPOSE 22 5900 8006
|
||||||
|
|
|
@ -86,7 +86,7 @@ docker run -it --rm -e "DISPLAY=vnc" -e "BOOT=http://example.com/image.iso" -p 5
|
||||||
- 8006:8006
|
- 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?
|
* ### How do I increase the amount of CPU or RAM?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue