https://github.com/tmorin/docker-image-calibre
Docker image for calibre.
https://github.com/tmorin/docker-image-calibre
amd64 arm64 calibre docker docker-container docker-image dockerfile
Last synced: 2 months ago
JSON representation
Docker image for calibre.
- Host: GitHub
- URL: https://github.com/tmorin/docker-image-calibre
- Owner: tmorin
- License: mit
- Created: 2020-03-23T18:30:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T08:28:07.000Z (over 5 years ago)
- Last Synced: 2025-10-08T23:41:34.794Z (9 months ago)
- Topics: amd64, arm64, calibre, docker, docker-container, docker-image, dockerfile
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# docker-image-calibre

[](https://hub.docker.com/r/thibaultmorin/calibre)
Provide a Docker image running [kovidgoyal/calibre](https://github.com/kovidgoyal/calibre).
## Usage
```bash
docker run --rm thibaultmorin/calibre calibre-server --version
```
```bash
docker run --rm -v$(pwd):/workdir --user=$(id --user):$(id --group) thibaultmorin/calibre ebook-meta --version
```