Sign inSign up

azfaralam440/firefox

By azfaralam440

Updated over 2 years ago

Run Firefox in Docker on Red Hat with ease for developers, testers, ensuring compatibility.

Image
Web servers
Operating systems
1

244

azfaralam440/firefox repository overview

Dockerized Firefox

Welcome to Dockerized Firefox! This provides a simple way to run Mozilla Firefox browser inside a Docker container on Red Hat-based systems.

To get started with Dockerized Firefox, follow these simple steps:

  1. Build an Image

    docker pull azfaralam440/firefox:latest
    
  2. 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
    

Tag summary

Content type

Image

Digest

sha256:a8d3bdc6a

Size

208.9 MB

Last updated

over 2 years ago

docker pull azfaralam440/firefox