Go to file
2015-06-13 13:15:40 +05:30
scripts browser-box: add SYS_ADMIN capability while starting container 2015-03-25 19:01:07 +05:30
Dockerfile dockerfile: upgrade to `sameersbn/ubuntu:14.04.20150613 2015-06-13 13:15:40 +05:30
LICENSE add license file 2014-12-09 22:40:07 +05:30
Makefile browsers: added firefox 2015-03-25 19:24:26 +05:30
README.md browsers: added firefox 2015-03-25 19:24:26 +05:30
start Revert "start: use gosu to launch the daemon" 2015-06-04 12:16:58 +05:30

Table of Contents

Introduction

Dockerized google-chome, chromium-browser, firefox and tor-browser with audio support via pulseaudio and does not required any complicated setup.

The image does require pulseaudio for audio support which is installed on all major linux distributions out of the box.

browser

Contributing

If you find this image useful here's how you can help:

  • Send a Pull Request with your awesome new features and bug fixes
  • Help new users with Issues they may encounter
  • Send me a tip via Bitcoin or using Gratipay

Installation

Install the wrapper scripts using:

docker run -it --rm -v /usr/local/bin:/target \
sameersbn/browser-box:latest install

This will install wrapper scripts to launch

  • google-chome
  • tor-browser

If the application being launched is already installed on the host, then the host command is executed and the docker image is not started.

Use Cases

tor-browser

  • Protects your anonymity on the internet.
  • Access websites your ISP has blocked.

google-chrome

  • Guest access????

How it works

The wrapper scripts volume mount the X11 and pulseaudio sockets in the launcher container. The X11 socket allows for the user interface display on the host, while the pulseaudio socket allows for the audio output to be rendered on the host.

Upgrading

To upgrade to newer releases, simply update the image

docker pull sameersbn/browser-box:latest

Uninstallation

docker run -it --rm -v /usr/local/bin:/target \
sameersbn/browser-box:latest uninstall

References