Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 386 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 386 Bytes

x11vnc-docker

Dockerfile for x11vnc with Xvfb.

Running

$docker run -it -p 5900:5900 -p 6099:6099 jumpeiarashi/x11vnc

Conneting display from another program

This container exposes X server tcp port. You can connect container virtual display with DISPLAY environment variables.

# in another machine
$DISPLAY=X11VNC_CONTAINER_HOST:99.0 xterm