Jump to content
XPEnology Community

Calibre in docker


chinablue

Recommended Posts

1. The USB drive should be visible in FileStation. Right click "properties" will give you the location (my example is /volumeUSB3/usbshare).

2. In your docker compose file, there should be an ENV entry for the directory that calibre wants to see the library. (Or this would be listed in the instructions that came with the docker.

3. In the docker run command (or from the DSM GUI) map the USB volume to the docker container volume. I always use the command line, so my command would be something like

sudo docker run --name=calibrecontainer  --volume=/volume3USB3/usbshare:/path-to-calibre library .........

4.Ah yes! The guid and puid that docker is using has to match that of a user that has permission to those folders.

 

Edited by billat29
Updated advice
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...