Skip to content

alexzeitgeist/docker-opera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

zeitgeist/docker-opera

Opera beta (latest version) in a Docker container.

Requirements

  • Docker 1.6+ (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-opera

or download and compile the source yourself from Github:

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

Usage

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

About

Dockerized Opera Beta

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published