This image is an X Server for X applications
10K+
This image is an X Server for use by an X11 application. The user can connect to the X Server with a VNC Client or with any modern webbrowser that supports websockets. Simultaneous connections from multiple clients are supported. Optionally a password can be configured that the user must supply to connect.
If you have a touch screen display, you can disable touch screen in the browser as follows:
about:config: set dom.w3c_touch_events.enabled = 0chrome://flags: set Touch Event API to disabled-p <VNC port number>:5900 (optional)
-p <Websocket port number>:8080 (optional)
-p <Supervisor port number>:9001 (optional)
-p <X Server listen port>:6000 (optional)
-e DISPLAY=<display> (optional, default :0)
-e PASSWORD=<password> (optional, default no password)
-e XFB_SCREEN=<size> (optional, default 1024x768x24)
-e XFB_SCREEN_DPI=<dpi> (optional, default 150)
version: '3'
services:
xserver:
image: hlacontainers/xserver
ports:
- "8080:8080"
And navigate tohttp://<Docker host>:8080/vnc.html.
Content type
Image
Digest
Size
204.8 MB
Last updated
over 5 years ago
docker pull hlacontainers/xserver