Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 426 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 426 Bytes

Varnish Docker Container

Alpine Lastest
wkhtmltopdf

Usage

wkhtmltopdf with qt patches

yes, Alpine does have a wkhtmltopdf package... but it doesn't include the qt patches ... enjoy!

docker run --detach \
--name wkhtmltopdf \
--restart always \
-i -t \
alloylab/wkhtmltopdf;