Document 5900/TCP port

This commit is contained in:
Héctor Molinero Fernández 2021-11-02 19:17:57 +01:00
parent a030d46efc
commit 222d899993
2 changed files with 4 additions and 2 deletions

View File

@ -7,12 +7,14 @@ A Docker image for the [ReactOS](https://www.reactos.org) operating system.
docker run --detach \
--name qemu-reactos \
--device /dev/kvm \
--publish 127.0.0.1:5900:5900/tcp \
--publish 127.0.0.1:6080:6080/tcp \
docker.io/hectormolinero/qemu-reactos:latest
```

> The instance can be accessed from:
> * 6080/TCP (noVNC): http://127.0.0.1:6080/vnc.html
> * VNC (5900/TCP): any VNC client, without credentials.
> * noVNC (6080/TCP): http://127.0.0.1:6080/vnc.html

## Environment variables
#### `VM_CPU`

View File

@ -4,4 +4,4 @@ set -eu

cd /opt/novnc/utils/websockify/
exec 2>&1
exec /usr/bin/python3 -m websockify --web /opt/novnc/ 6080 localhost:5900
exec /usr/bin/python3 -m websockify --web /opt/novnc/ 6080 127.0.0.1:5900