Sign inSign up

hlacontainers/xserver

By hlacontainers

Updated over 5 years ago

This image is an X Server for X applications

Image
0

10K+

hlacontainers/xserver repository overview

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:

  • FF (61.0.1): about:config: set dom.w3c_touch_events.enabled = 0
  • GC (67.0.3396.99): chrome://flags: set Touch Event API to disabled

Docker options

-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)

Example

version: '3'

services:
  xserver:
    image: hlacontainers/xserver
    ports:
    - "8080:8080"

And navigate tohttp://<Docker host>:8080/vnc.html.

Tag summary

Content type

Image

Digest

Size

204.8 MB

Last updated

over 5 years ago

docker pull hlacontainers/xserver