• Stars
    star
    570
  • Rank 75,532 (Top 2 %)
  • Language
    Shell
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dockerized google-chome and tor-browser with audio support via pulseaudio

Docker Repository on Quay.io

sameersbn/browser-box:2018.07.21

Introduction

Dockerfile to create a Docker container image consisting of the following web browsers:

  • chromium-browser
  • firefox
  • google-chrome
  • tor-browser

The image uses X11 and Pulseaudio unix domain sockets on the host to enable audio/video support in the web browsers. These components are available out of the box on pretty much any modern linux distribution.

browser

Contributing

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

  • Send a pull request with your awesome features and bug fixes
  • Help users resolve their issues.
  • Support the development of this image with a donation

Issues

Before reporting your issue please try updating Docker to the latest version and check if it resolves the issue. Refer to the Docker installation guide for instructions.

SELinux users should try disabling SELinux using the command setenforce 0 to see if it resolves the issue.

If the above recommendations do not help then report your issue along with the following information:

  • Output of the docker version and docker info commands
  • The docker run command or docker-compose.yml used to start the image. Mask out the sensitive bits.
  • Please state if you are using Boot2Docker, VirtualBox, etc.

Getting started

Installation

Automated builds of the image are available on Dockerhub and is the recommended method of installation.

Note: Builds are also available on Quay.io

docker pull sameersbn/browser-box:2018.07.21

Alternatively you can build the image yourself.

docker build -t sameersbn/browser-box github.com/sameersbn/docker-browser-box

With the image locally available, install the wrapper scripts using:

docker run -it --rm \
  --volume /usr/local/bin:/target \
  --env BROWSER_BOX_REPO=sameersbn \
  sameersbn/browser-box:2018.07.21 install

If you want the settings for chrome and firefox to persist after each time the browser is launched then you will need to add additional environment variable to the install command. In the example below "username" needs to get replace with your login user name.

docker run -it --rm \
  --volume /usr/local/bin:/target \
  --env CHROME_USERDATA=/home/username/.chrome \
  --env FIREFOX_USERDATA=/home/username/.mozillia \
  --env BROWSER_BOX_REPO=sameersbn \
  sameersbn/browser-box:2018.07.21 install

This will install wrapper scripts to launch:

  • chromium-browser
  • firefox
  • google-chrome, google-chrome-stable
  • tor-browser

Note

If the browser being launched is installed on the the host then the host binary is launched instead of starting a Docker container. To force the launch of a browser in a container use the browser-bundle script. For example, browser-bundle firefox will launch the Firefox browser inside a Docker container regardless of whether it is installed on the host or not.

Use Cases

  • Protect your anonymity on the internet (tor-browser)
  • Access websites your ISP has blocked (tor-browser)
  • Protection from Adobe Flash vulnerabilities
  • 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.

Maintenance

Upgrading

To upgrade to newer releases:

  1. Download the updated Docker image:
docker pull sameersbn/browser-box:2018.07.21
  1. Run install to make sure the host scripts are updated.
docker run -it --rm \
  --volume /usr/local/bin:/target \
  sameersbn/browser-box:2018.07.21 install

Uninstallation

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

Shell Access

For debugging and maintenance purposes you may want access the containers shell. If you are using Docker version 1.3.0 or higher you can access a running containers shell by starting bash using docker exec:

docker exec -it browser-box bash

References

More Repositories

1

docker-gitlab

Dockerized GitLab
Shell
7,786
star
2

docker-redmine

Docker Image for Redmine
Shell
1,247
star
3

docker-postgresql

Dockerfile to build a PostgreSQL container image which can be linked to other containers.
Shell
1,032
star
4

docker-bind

Dockerize BIND DNS server with webmin for DNS administration
Shell
897
star
5

docker-squid

Dockerfile to create a Docker container image for Squid proxy server
Shell
810
star
6

docker-mysql

A Dockerfile that installs a mysql server
Shell
245
star
7

docker-gitlab-ci

Dockerfile to build a GitLab CI container image.
Shell
199
star
8

docker-apt-cacher-ng

Dockerfile to create a Docker container image for Apt-Cacher NG
Shell
192
star
9

docker-redis

Dockerfile to create a Docker container image for Redis.
Shell
154
star
10

docker-gitlab-ci-multi-runner

Shell
147
star
11

docker-skype

Dockerized skype with voice and video call support
Shell
139
star
12

docker-gitlab-ci-runner

Dockerfile to build a base GitLab CI Runner container image.
Shell
98
star
13

docker-openfire

Dockerfile to create a Docker container image for Openfire.
Shell
78
star
14

docker-nginx

A Dockerfile that installs nginx (from source) with nginx-rtmp module support (php5 support can be added using the sameersbn/php5-fpm image)
Shell
76
star
15

docker-wowza

Dockerfile to containerize Wowza Streaming Engine
Shell
64
star
16

docker-mongodb

Dockerfile to build a MongoDb container image which can be linked to other containers.
Shell
47
star
17

docker-invoiceplane

Dockerfile to create a Docker container image for InvoicePlane
Shell
45
star
18

docker-ubuntu

My Ubuntu boilerplate image that forms the base for my docker containers.
Makefile
34
star
19

docker-owncloud

Experimental owncloud image for docker
Shell
34
star
20

docker-nextcloud

Shell
31
star
21

docker-runner-gitlab

A CI runner for gitlab-ce built on top of the https://github.com/sameersbn/docker-gitlab-ci-runner
Shell
27
star
22

docker-memcached

Dockerfile to build a memcached container image which can be linked to other containers.
Dockerfile
27
star
23

docker-extras

Helper scripts for everyday docker use.
Shell
19
star
24

docker-akaunting

Docker for Akaunting
Shell
19
star
25

docker-ffmpeg

Base your docker image on this image if you need a bleeding egde version of fffmpeg.
Shell
17
star
26

docker-laboard

Docker file to build a Laboard image
Shell
10
star
27

docker-php-fpm

Dockerfile to build a php-fpm container.
Dockerfile
8
star
28

docker-nodejs

Dockerfile to build a nodejs+express image with nodemon
Shell
7
star
29

docker-rygel

Dockerfile to build a Rygel DLNA/uPNP server docker image.
Makefile
7
star
30

docker-mysql2psql

Dockerfile that packages mysql2psql and py-mysql2pqsql tools.
Makefile
6
star
31

docker-skypeforlinux

Dockerized Skype for Linux (alpha)
Shell
6
star
32

docker-debian

debian jessie baseimage that packs a couple of extra packages.
Makefile
2
star