https://github.com/dahlitzflorian/docker-calibre
Dockerfile generating an image with calibre installed to manage e-books.
https://github.com/dahlitzflorian/docker-calibre
base-image calibre docker docker-image dockerfile ebook ebook-manager ebooks
Last synced: 8 months ago
JSON representation
Dockerfile generating an image with calibre installed to manage e-books.
- Host: GitHub
- URL: https://github.com/dahlitzflorian/docker-calibre
- Owner: DahlitzFlorian
- License: apache-2.0
- Created: 2019-01-20T13:01:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T13:50:39.000Z (about 6 years ago)
- Last Synced: 2025-01-08T13:28:06.218Z (9 months ago)
- Topics: base-image, calibre, docker, docker-image, dockerfile, ebook, ebook-manager, ebooks
- Language: Dockerfile
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Calibre #
[](https://cloud.docker.com/u/floriandahlitz/repository/docker/floriandahlitz/docker-calibre)
## Description ##
Contains a Dockerfile generating an image installing [calibre](https://calibre-ebook.com/about) in an alpine environment.version 1.2.3
## Usage ##
The docker image is pushed to [Docker Hub](https://cloud.docker.com/repository/registry-1.docker.io/floriandahlitz/docker-calibre), so you can use it as base image as follows:```Dockerfile
FROM floriandahlitz/docker-calibre
```