2016-03-23 20:44:53 +00:00
|
|
|
Readme
|
|
|
|
======
|
|
|
|
|
|
|
|
Launching the firefox
|
|
|
|
```
|
|
|
|
docker-compose up -d
|
|
|
|
```
|
|
|
|
|
|
|
|
Extensions
|
|
|
|
==========
|
|
|
|
|
|
|
|
I have decided to add here a list of the Firefox's extensions I am using
|
|
|
|
```
|
|
|
|
https://www.eff.org/privacybadger
|
2016-04-02 19:47:58 +00:00
|
|
|
https://adblockultimate.net/
|
2016-03-23 20:44:53 +00:00
|
|
|
```
|
2016-03-23 23:29:55 +00:00
|
|
|
|
|
|
|
Extra
|
|
|
|
=====
|
|
|
|
|
|
|
|
You may want to disable Google's VP8 & VP9 video codecs: "MSE & WebM VP9" and "WebM VP8"
|
|
|
|
as there is no hardware decoding for them.
|
|
|
|
To do this, install h264ify extension from
|
|
|
|
```
|
|
|
|
https://addons.mozilla.org/en-us/firefox/addon/h264ify/
|
|
|
|
```
|
|
|
|
|
|
|
|
Check the codecs
|
|
|
|
```
|
|
|
|
https://www.youtube.com/html5
|
|
|
|
```
|
2016-04-02 19:47:58 +00:00
|
|
|
|
|
|
|
To initialize the new Firefox profile
|
|
|
|
```
|
|
|
|
docker-compose run --rm firefox -P
|
|
|
|
```
|
|
|
|
|
|
|
|
Limitations
|
|
|
|
===========
|
|
|
|
|
|
|
|
X11 and PulseAudio
|
|
|
|
------------------
|
|
|
|
|
|
|
|
The user ID must match the ID of a user that runs the container,
|
|
|
|
otherwise X neither audio will work.
|
|
|
|
|