calibre
50M+
Calibre is a powerful and easy to use e-book manager. Users say it's outstanding and a must-have. It'll allow you to do nearly everything and it takes things a step beyond normal e-book software. It's also completely free and open source and great for both casual users and computer experts.
The application can be accessed at:
In the wizard, make sure to select the default library location /config/Calibre Library as the path for books. We will not provide support if you use a different path.
Calibre's built-in webserver is not enabled by default. If you wish to use it, please enable it in Calibre Preferences under Sharing over the net. Make sure to leave the port setting as 8081 and check the box to start it automatically.
docker run -d \
--name=calibre \
--security-opt seccomp=unconfined `#optional` \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e PASSWORD= `#optional` \
-e CLI_ARGS= `#optional` \
-p 8080:8080 \
-p 8181:8181 \
-p 8081:8081 \
-v /path/to/calibre/config:/config \
--shm-size="1gb" \
--restart unless-stopped \
lscr.io/linuxserver/calibre:latest
Content type
Image
Digest
sha256:95e22e9a3…
Size
1.2 GB
Last updated
about 1 hour ago
Requires Docker Desktop 4.37.1 or later.
Pulls:
46,215
Last week