An open API service indexing awesome lists of open source software.

https://github.com/steve-todorov/docker-firefox-openjdk

Docker image with Firefox ESR and OpenJDK-8-JRE plugin.
https://github.com/steve-todorov/docker-firefox-openjdk

docker docker-compose firefox firefox-esr java-8 openjdk8

Last synced: about 1 year ago
JSON representation

Docker image with Firefox ESR and OpenJDK-8-JRE plugin.

Awesome Lists containing this project

README

          

docker-firefox-openjdk
==

For all you lost souls which are forced to use java applets - Let... there... be... light for you!

Run `docker-compose up` to start firefox-esr with a working openjdk-8-jre plugin and enjoy.

### Requirements
* `docker`
* `docker-compose`
* Running X11

### Issues

* In case you receive an `connection refused` error - this might be because you need to add your hostname to the hosts allowed to connect to the X server. You can do this by executing ``xhost +`hostname -s` ``