Skip to content

finnerds/firefox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Firefox in a Container

Docker provides in the meantime support for multiple (non-Linux) operating systems. Why not isolate the applications in individual containers and run all applications within a container. This way you don't need to look after setups and conflicts between versions, as every poor windows user has for centuries now. Even Windows10 runs by now within Docker, so have fun with the different repositories which enable you to run applications in a container and make you a tiny bit more independent from the majors and improve your security.

How to

To make use, simply type in

$ docker pull finnerds/firefox
$ docker run -ti --rm \
   -e DISPLAY=$DISPLAY \
   -v /tmp/.X11-unix:/tmp/.X11-unix \
   finnerds/firefox

Further information

If you like to read more about this and other solutions, please checkout the following links

About

Firefox in a Container

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published