Docker container to run DAISY ACE epub accessibility checker.
ACE is run on the selected epub files and reports are stored in the ./output/ folder.
Build with:
$ docker build . -t openbookpublishers/ace-docker
Run with:
docker run --rm \
-v /path/to/local.epub:/ebook/file.epub \
-v /path/to/output:/ebook/output \
openbookpublishers/ace-docker
Content type
Image
Digest
Size
451.4 MB
Last updated
over 4 years ago
docker pull openbookpublishers/ace-docker