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.
- Host: GitHub
- URL: https://github.com/steve-todorov/docker-firefox-openjdk
- Owner: steve-todorov
- License: mit
- Created: 2017-12-30T23:34:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T00:27:06.000Z (over 8 years ago)
- Last Synced: 2025-04-15T13:54:30.249Z (about 1 year ago)
- Topics: docker, docker-compose, firefox, firefox-esr, java-8, openjdk8
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` ``