Skip to content

feat(docker): add basic Dockerfile

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 15:16
f23a06f

We start to support Docker(basic)

Installation

docker pull honkit/honkit

Usage

Show help

$ docker run -v `pwd`:`pwd` -w `pwd` --rm -it honkit/honkit honkit  --help

Build

$ docker run -v `pwd`:`pwd` -w `pwd` --rm -it honkit/honkit honkit build

We need to improve docker support.
For example, we want to get ebook-convert integration for honkit pdf or honkit epub

refs #32