Dockerized GnuCash (http://www.gnucash.org). Currently based on Ubuntu 15.04.
docker build -t gnucash .xhost +LOCAL:docker run --rm --name gnucash -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix mbessler/gnucashmkdir ~/gnucash-homedocker run --rm --name gnucash -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v /etc/passwd:/etc/passwd -v /etc/group:/etc/group -e HOME=${HOME} -e USER=${USER} -e LOGNAME=${LOGNAME} -u ${USER} -v /where/you/keep/your/gnucash_files:/gnucash -v $HOME/gnucash-home:$HOME mbessler/gnucash [options] /gnucash/[gnucash file]Content type
Image
Digest
sha256:50469fef4…
Size
288.3 MB
Last updated
about 11 years ago
docker pull mbessler/gnucash