Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 830 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 830 Bytes

taktsoft/docker-wkhtmltopdf

This docker container lets you run wkhtmltopdf in a docker container.

Building the image

docker build .

Using the image

docker run -v <host_dir>:<container_dir> taktsoft/docker-wkhtmltopdf https://www.taktsoft.com <container_dir>/taktsoft.pdf

The mounted volume can be used to send local html files and to save the output.

Bugs and questions

The development of the container takes place on Github. If you have a question or a bug report to file, you can report as a github issue.

Authors and Contributors

This image was built at Taktsoft and is based on openlabs/docker-wkhtmltopdf built at Openlabs.