我正在尝试在Docker容器中使用wkhtmltopdf。无论输入如何,库都无法找到源html。
例如:
bash-4.4# wkhtmltopdf file:///www/test.html test.pdf
Loading pages (1/6)
Error: Failed loading page http:// (sometimes it will work just to ignore this error with --load-error-handling ignore)
Exit with code 1 due to network error: HostNotFoundError
bash-4.4# wkhtmltopdf google.com test.pdf
Loading pages (1/6)
Error: Failed loading page http:// (sometimes it will work just to ignore this error with --load-error-handling ignore)
Exit with code 1 due to network error: HostNotFoundError
Docker镜像位于Alpine上。 wkhtmltopdf版本为0.12.4。在Docker容器之外使用相同版本时效果很好。
我尝试为wkhtmltopdf赋予最大权限。
我还注意到运行wkhtmltopdf google.com test.pdf
时没有网络请求。