Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```