Skip to content

hvindin/centos7-firefox-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Firefox Docker Container

This container is build on centos7 and includes firefox + adobe flash player.

To run the container run something like:

 docker run \
   --rm \
   -it \
   --net host \
   --cpuset-cpus 0 \
   --memory 2048mb \
   -v /tmp/.X11-unix:/tmp/.X11-unix \
   -e DISPLAY=unix$DISPLAY \
   docker.io/hvindin/centos7-firefox-docker:latest
   # OR
   # --device /dev/snd \ if you want sound. This will also cause your container to inherit your local properties
   # docker.io/hvindin/centos7-firefox-docker:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published