lxde-novnc
Provides a graphical interface for lxde with VNC redirected to the browser through web sockets.
1.2K
This project provides a graphical interface for Linux desktop with noVNC (on browser) through the signal of x11vnc server using webSockets.
It's ideal for remote access, testing or educational sandboxes. Security improvements are implemented but you can configure over you own responsability.
Quickly deploy, creating the docker-compose.yml:
services:
desktop:
image: jmeiracorbal/lxde-novnc:latest
container_name: lxde-novnc
ports:
- "6080:6080"
- "5900:5900"
environment:
- SYSTEM_USER=docker
- VNC_PASS=letmein
restart: unless-stopped
Execute the compose file:
docker compose up -d
After running, go to open localhost on port :6080 and you'll see the LXDE desktop running on your browser.
Content type
Image
Digest
sha256:cd5b4edfc…
Size
374.2 MB
Last updated
10 months ago
docker pull jmeiracorbal/lxde-novnc:v0.5.0