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.
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
The original dockerfile was from Daniel Guerra
Content type
Image
Digest
Size
28.7 MB
Last updated
about 9 years ago
docker pull patterns/x11vnc