Sign inSign up

tobybatch/calibre

By tobybatch

Updated over 7 years ago

Calibre server

Image
0

197

tobybatch/calibre repository overview

Calibre Server

Build

docker build -t tobybatch/calibre --rm .

Run

docker run --name calibre -d -p 8080:8080 \
    -v $(pwd)/to-add:/to-add \
    -v calibre-library:/library \
    tobybatch/calibre

Add books

Just copy the books into the to add local folder and restart the docker.

Tag summary

Content type

Image

Digest

Size

319 MB

Last updated

over 7 years ago

docker pull tobybatch/calibre