Firefox en un contenedor
Find a file
2021-03-13 16:43:13 +01:00
config empty default profile and cache for firefox 2021-03-12 02:50:12 +01:00
Dockerfile Internal labeling 2021-03-12 02:59:38 +01:00
README.md Updating Readme 2021-03-13 16:43:13 +01:00

firefox-docker

LAUNCH FIREFOX

To launch Firefox from the container run the command:

docker run -ti --rm  -e DISPLAY=$DISPLAY.0 -v /tmp/.X11-unix:/tmp/.X11-unix luisgutierrez/firefox:86.0.1

It is not necessary to invoke Firefox, it is launched automatically when executing the container

Luisgulo (soloconlinux.org.es)