mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-08 01:55:30 +00:00
Document 5900/TCP port
This commit is contained in:
parent
a030d46efc
commit
222d899993
@ -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`
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user