Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T13:50:39.000Z (over 5 years ago)
- Last Synced: 2024-11-11T00:25:50.914Z (3 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 #
[![Docker Automated Build](https://img.shields.io/badge/docker%20build-automated-blue.svg)](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
```