zeitgeist/docker-midori

Lightweight browser Midori in a Docker container.

Requirements

  • Docker 1.5+ (previous versions may work fine, but I haven't tried)
  • An X11 socket

Installation

Get the trusted build on the docker hub:

$ docker pull zeitgeist/docker-midori

or download and compile the source yourself from Github:

$ git clone https://github.com/alexzeitgeist/docker-midori.git
$ cd docker-midori
$ docker build -t zeitgeist/docker-midori .

Usage

$ docker run --rm \
  -v /tmp/.X11-unix:/tmp/.X11-unix:ro \
  -e DISPLAY=unix$DISPLAY \
  zeitgeist/docker-midori