2 of 6 standards met
Repository: jessfraz/dockerfiles. Description: Various Dockerfiles I use on the desktop and on servers. Stars: 13952, Forks: 2529. 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: 22, open issues: 57. Last activity: 1y ago. Community health: 42%. Top contributors: jessfraz, koep, michael-k, jpetazzo, JarenGlover, rothgar, volker-fr, meyskens, jahands, infoslack and others.
Dockerfile
Last 12 weeks · 0 commits
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 :(
Just a heads up on something that might affect your mutt docker image. My mutt Dockerfile is based on yours. I just rebuilt the docker image and could no longer send emails. All was fixed by adding "cyrus-sasl-plain" to the list of packages to include. Sorry for the noise if this doesn't affect you.