Sign inSign up

martinjohn/firefox

By martinjohn

Updated about 8 years ago

firefox for the desktop

Image
1

311

martinjohn/firefox repository overview

firefox

Desktop version.

I run with something like

docker run -it \
           --rm \
           --net host \
           --memory 512mb \
           -v /tmp/.X11-unix:/tmp/.X11-unix \
           -v /etc/machine-id:/etc/machine-id:ro \
           -v /dev/shm:/dev/shm \
           -v ${PWD}/firefox:/home/alpine/.mozilla \
           -e DISPLAY=unix$DISPLAY \
           --device /dev/snd \
           --device /dev/dri \
           --name firefox \
           martinjohn/firefox:alpine \
           https://www.youtube.com/html5

Tag summary

Content type

Image

Digest

Size

314.5 MB

Last updated

about 8 years ago

docker pull martinjohn/firefox