jojomi/firefox
Isolated up-to-date Firefox (based on Alpine Linux), supports headless mode
330
Docker container for isolated up-to-date firefox
docker build -t jojomi/firefox .
docker run -it --rm --volume "$(pwd)/output:/output" jojomi/firefox --headless --screenshot /output/google.png google.com
docker pull jojomi/firefox