Docker container for Firefox web browser
194
Run the following command to use this image
docker run -it --rm --env=$DISPLAY --net=host --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" venkatesh14/mozilla-firefox
| options | descriptions |
|---|---|
| --env=$DISPLAY | $DISPLAY is enviorment variable it consist id of Host Display |
| --volume=/tmp/.X11-unix:/tmp/.X11-unix:rw | it is x11 server configuration needed to display container GUI on host machine |
| --net=host | network is Host |
Content type
Image
Digest
Size
217.7 MB
Last updated
over 5 years ago
docker pull venkatesh14/mozilla-firefox