Installed with the following components:
- Desktop environment Fluxbox
- xrdp server (default RDP port
3389) - vnc server (default VNC port
5901) - noVNC - HTML5 VNC client (default http port
6901) - Browsers:
- Chromium
- Firefox
soff/tiny-remote-desktop: Alpine withFluxboxUI session
-
Run command with mapping to local port
5901(vnc protocol) and6901(vnc web access):docker run -d -p 5901:5901 -p 6901:6901 soff/tiny-remote-desktop -
Run command with mapping to local port
3389(rdp protocol):docker run -d -p 3389:3389 soff/tiny-remote-desktop -
Run command with mapping to local port
5901(vnc protocol) and6901(vnc web access) with access password:docker run -d -p 5901:5901 -p 6901:6901 -e VNC_PASSWORD="vncpassword" soff/tiny-remote-desktop -
Run command with mapping to local port
5901(vnc protocol) and6901(vnc web access) with specific resolution:docker run -d -p 5901:5901 -p 6901:6901 -e RESOLUTION=1600x1200 soff/tiny-remote-desktop
Just right click on desktop, the start menu will pop up.