Skip to content

kalipare/epubcheck-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Docker Image for EPUBCheck

This repo contains an unofficial docker image for EPUBCheck.

Images in this hub will always be updated to reflect the same version on the epubcheck official release.

Latest stable version

EPUBCheck 4.2.2

Usage

docker pull novalagung/epubcheck
docker run -it --rm -v <directory>:/data novalagung/epubcheck --help
docker run -it --rm -v <directory>:/data novalagung/epubcheck <epub-file> [OPTIONS]

Example

Example, the file is located on /home/novalagung/file.epub

docker run -it --rm -v /home/novalagung:/data novalagung/epubcheck file.epub --out -
docker run -it --rm -v /home/novalagung:/data novalagung/epubcheck file.epub --out /data/output
docker run -it --rm -v /home/novalagung:/data novalagung/epubcheck file.epub --mode opf --profile dict --json /data/output.json

Maintainer

Noval Agung Prayogo