Dockerized 32-bit Firefox that works with Cisco WebEx
1.8K
Dockerized 32-bit Firefox that works with Cisco WebEx, based on 32-bit Ubuntu (see also: https://github.com/ouyi/docker-ubuntu-precise-core-i386). Desktop sharing works (tested on a host machine running Linux fedora 4.4.9-300.fc23.x86_64).
A working docker installation. Please refer to the docker documentation for this.
To be able to run docker as normal user (i.e., without using sudo) as follows, a group called docker must exists and the user must be member of that group.
docker build -t ouyi/docker-ubuntu32-firefox .
xhost local:$(whoami)
docker run --rm -ti -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY ouyi/docker-ubuntu32-firefox
Content type
Image
Digest
Size
256.8 MB
Last updated
almost 9 years ago
docker pull ouyi/docker-ubuntu32-firefox