Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvshahid/firefox32
32 bit firefox dockerfile
https://github.com/jvshahid/firefox32
firefox linux webex
Last synced: 10 days ago
JSON representation
32 bit firefox dockerfile
- Host: GitHub
- URL: https://github.com/jvshahid/firefox32
- Owner: jvshahid
- License: apache-2.0
- Created: 2017-04-04T15:59:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T16:25:44.000Z (over 7 years ago)
- Last Synced: 2025-01-13T23:58:02.252Z (17 days ago)
- Topics: firefox, linux, webex
- Language: Shell
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# firefox32
A 32 bit firefox docker image/file. to be used with webex
## Building locally
`docker build -t firefox32 .`
## Using prebuilt image
`docker pull jvshahid/firefox32`
## Running
Enable connections to your X11 server
`xhost +`
Then,
`docker run --rm -v /tmp/.X11-unix/X0:/tmp/.X11-unix/X0 jvshahid/firefox32`