Dockerized google-chome 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.
Install the wrapper scripts using:
docker run -it --rm -v /usr/local/bin:/target \
sameersbn/browser-bundle: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.
tor-browser
- Protects your anonymity on the internet.
- Access websites your ISP has blocked.
google-chrome
- Guest access????
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.
To upgrade to newer releases, simply update the image
docker pull sameersbn/browser-bundle:latest
docker run -it --rm -v /usr/local/bin:/target \
sameersbn/browser-bundle:latest uninstall