Run Firefox in Docker on Red Hat with ease for developers, testers, ensuring compatibility.
244
Welcome to Dockerized Firefox! This provides a simple way to run Mozilla Firefox browser inside a Docker container on Red Hat-based systems.
Build an Image
docker pull azfaralam440/firefox:latest
Now run the container, after it automatically open firefox
docker run -it --rm --net=host --env="DISPLAY" --volume="$HOME/.Xauthority:/root/.Xauthority:rw" azfaralam440/firefox:latest
Content type
Image
Digest
sha256:a8d3bdc6a…
Size
208.9 MB
Last updated
over 2 years ago
docker pull azfaralam440/firefox