Last 12 weeks · 0 commits
2 of 6 standards met
Sorry if it's something I'm doing wrong, but when I try to run this image: https://hub.docker.com/r/jess/firefox Which I assume comes from: https://github.com/jessfraz/dockerfiles/tree/master/firefox I can't seem to get it to work: I've been poking around trying to get firefox to run under alpine, but I can't work out how to use docker-compose to copy my xauth list into the container... I honestly don't know why it's not working :(
Use bullseye (stable) instead of sid (unstable) as base-image Make it possible to change this at buildtime with the buildarg Take firefox from bionic (newest LTS) instead of xenial (older LTS) Make it possible to change this at buildtime with the buildarg Use UTF-8 as default Run it as user with homedir Make it possible to change this at buildtime with the buildargs and Add example usage in such a way that work Warning:** Users that use firefox both in a container and in the usual way may lose there firefox profile because of when the firefox versions are not equal. So this gives us three options: 1. I could leave it like this and call it 'wanted behavior' _(perfect for users that only use firefox in a container)_ 2. I could remove it which will cause the user to lose the container profile every time he restarts it. _(perfect for users that only rarely use firefox in a container)_ 3. I could change to another dir, no profile will be lost but it will only work if the user has this dir. _(perfect if the user can somehow be forced to make sure that new dir exists)_ Opinions please... (My favorite is the 1st one)
Repository: jessfraz/dockerfiles. Description: Various Dockerfiles I use on the desktop and on servers. Stars: 13935, Forks: 2505. Primary language: Dockerfile. Languages: Dockerfile (67.5%), Shell (17%), Go (5.8%), Lua (5.2%), Python (3.5%). License: MIT. Homepage: https://blog.jessfraz.com/post/docker-containers-on-the-desktop/ Topics: bash, containers, docker, dockerfile, dockerfiles, linux, shell. Open PRs: 20, open issues: 57. Last activity: 2y ago. Community health: 42%. Top contributors: jessfraz, koep, michael-k, jpetazzo, JarenGlover, rothgar, volker-fr, meyskens, jahands, infoslack and others.