Docker image for COPS (Calibre OPDS server) based on Alpine Linux
500K+
Docker image for COPS (Calibre OPDS server) based on Alpine Linux
docker pull chickenzord/cops
docker run --rm --name cops \
-p 80:9000 \
-v $HOME/books:/books \
-e COPS_TITLE=Books \
chickenzord/cops
The PHP web server is listening on 9000, feel free to map it as you wish.
/www: Where COPS code located/books: Mount your Calibre library hereCOPS_TITLE: Override COPS webpage title (default: Cops)COPS by Sébastien Lucas (https://github.com/seblucas/cops)
Content type
Image
Digest
Size
25 MB
Last updated
over 10 years ago
docker pull chickenzord/cops