Sign inSign up

chickenzord/cops

By chickenzord

Updated over 10 years ago

Docker image for COPS (Calibre OPDS server) based on Alpine Linux

Image
2

500K+

chickenzord/cops repository overview

COPS on Docker

Docker image for COPS (Calibre OPDS server) based on Alpine Linux

Pulling image

docker pull chickenzord/cops

Sample command

docker run --rm --name cops \
  -p 80:9000 \
  -v $HOME/books:/books \
  -e COPS_TITLE=Books \
  chickenzord/cops

Exposed ports

The PHP web server is listening on 9000, feel free to map it as you wish.

Volumes

  • /www: Where COPS code located
  • /books: Mount your Calibre library here

Configurable environment variables

  • COPS_TITLE: Override COPS webpage title (default: Cops)

Credits

COPS by Sébastien Lucas (https://github.com/seblucas/cops)

Tag summary

Content type

Image

Digest

Size

25 MB

Last updated

over 10 years ago

docker pull chickenzord/cops