Sign inSign up

patterns/uzbl

By patterns

Updated about 9 years ago

Docker image for Uzbl

Image
0

1.1K

patterns/uzbl repository overview

docker-uzbl

This is a Docker image for Uzbl

Quickstart

  1. Install Docker
  2. Git clone the src
  3. From the cloned directory, build
  4. Add preferences, run

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

Tag summary

Content type

Image

Digest

Size

221.4 MB

Last updated

about 9 years ago

docker pull patterns/uzbl