Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`