/container-x11vnc

X11 inside Docker

Primary LanguageHTMLApache License 2.0Apache-2.0

Container with X11 VNC

x11vnc is a container image that provides an X11 server inside a container.

CI

screenshot

Run

docker run -it -p 8080:8080 -e DISPLAY_WIDTH=1280 -e DISPLAY_HEIGHT=720 marklechtermann/x11vnc

Build

docker build -t marklechtermann/x11vnc .