Simple display server with noVNC
1.3K
services:
display_service:
build: .
environment:
- DISPLAY=:1
- WIDTH=1920
- HEIGHT=1080
- DEPTH=24
volumes:
- x11-socket:/tmp/.X11-unix
ports:
- "5900:5900"
- "7900:7900"
restart: unless-stopped
gui_app:
image: ubuntu
depends_on:
- display_service
environment:
- DISPLAY=:1
volumes:
- x11-socket:/tmp/.X11-unix
stdin_open: true
tty: true
command: ["tail", "-f", "/dev/null"]
volumes:
x11-socket:
Content type
Image
Digest
sha256:ded572f97…
Size
251.2 MB
Last updated
10 months ago
docker pull mra00000/simple-novnc