Search Docker Hub
calibre
By tobybatch
Calibre server
197
docker build -t tobybatch/calibre --rm .
docker run --name calibre -d -p 8080:8080 \ -v $(pwd)/to-add:/to-add \ -v calibre-library:/library \ tobybatch/calibre
Just copy the books into the to add local folder and restart the docker.
Content type
Image
Digest
Size
319 MB
Last updated
over 7 years ago
docker pull tobybatch/calibre