https://github.com/jvshahid/firefox32
32 bit firefox dockerfile
https://github.com/jvshahid/firefox32
firefox linux webex
Last synced: about 2 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T16:25:44.000Z (about 9 years ago)
- Last Synced: 2025-07-01T10:05:09.335Z (12 months ago)
- Topics: firefox, linux, webex
- Language: Shell
- Size: 7.81 KB
- Stars: 2
- Watchers: 0
- 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`