This docker container lets you run wkhtmltopdf in a docker container.
docker build .
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.
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.
This image was built at Taktsoft and is based on openlabs/docker-wkhtmltopdf built at Openlabs.