Sign inSign up

patterns/x11vnc

By patterns

Updated about 9 years ago

Base image for UX toolkit experiments

Image
0

2.1K

patterns/x11vnc repository overview

docker-x11vnc

This is an X11 VNC base image because I kept repeating these steps for multiple Docker images. It uses the window manager from Suckless Tools.

Quickstart

  1. Install Docker
  2. Git clone the src
  3. From the cloned directory, build

You can assign the VNC password for the image:

$ docker build --build-arg VNC_PASSWORD=abc123 -t xvnc .
$ docker run -it --rm -p 8088:5900 xvnc
  • Then launch your VNC viewer at vnc://127.0.0.1:8088
  • Type the VNC_PASSWORD when prompted.
  • From inside the container, it's shift-alt-enter to launch a terminal.

Credits

The original dockerfile was from Daniel Guerra

Tag summary

Content type

Image

Digest

Size

28.7 MB

Last updated

about 9 years ago

docker pull patterns/x11vnc