Calibre using docker.
docker run --rm \
-e DISPLAY=unix:0 \
-e GDK_DPI_SCALE \
-e GDK_SCALE \
-v /etc/localtime:/etc/localtime:ro \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-u $(id -u) \
-e HOME \
-v $HOME/Books:$HOME/Books \
-v $HOME/Dropbox/Calibre-config:$HOME/.config/calibre \
dmitryrck/calibre calibre
Or use x11docker:
$ x11docker dmitryrck/calibre calibre
Content type
Image
Digest
Size
289.3 MB
Last updated
over 6 years ago
docker pull dmitryrck/calibre