This is a Docker image for Uzbl
You can assign the VNC password for the image:
$ docker build --build-arg VNC_PASSWORD=abc123 -t uzbl .
For my preferences, I use Chinese fonts with this derived Dockerfile:
FROM uzbl
RUN apt-get update && apt-get install -y \
ttf-ubuntu-font-family fonts-wqy-microhei \
language-pack-zh-hant language-pack-gnome-zh-hant
$ docker build -t my-uzbl .
$ docker run -it --rm -p 8088:5900 my-uzbl
Then launch your VNC viewer at vnc://127.0.0.1:8088
Content type
Image
Digest
Size
221.4 MB
Last updated
about 9 years ago
docker pull patterns/uzbl