Sign inSign up

helloagain/fakturama

By helloagain

Updated over 6 years ago

Docker GUI-container for Fakturama (See https://www.fakturama.info)

Image
0

2.2K

helloagain/fakturama repository overview

docker-fakturama

To run the image:

docker run -it --rm \
       --name Fakturama \
       --net=host \
       -e DISPLAY=unix$DISPLAY \
       -v /tmp/.X11-unix \
       -v $HOME/.Xauthority:/root/.Xauthority:rw \
       -v ~/.fakturama2:/root/.fakturama2 \
       -v LOCAL_PATH_ON_YOUR_MACHINE:/root/fakturama-workingdir \
       helloagain/fakturama

You can alter the LOCAL_PATH_ON_YOUR_MACHINE as the path where Fakturama should save its output (and its database).

Tag summary

Content type

Image

Digest

Size

548.4 MB

Last updated

over 6 years ago

docker pull helloagain/fakturama