Docker GUI-container for Fakturama (See https://www.fakturama.info)
2.2K
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).
Content type
Image
Digest
Size
548.4 MB
Last updated
over 6 years ago
docker pull helloagain/fakturama