很多人使用该docker都说没有转换工具,其实只是默认不安装而已。作者在其GitHub分支中有说明。
This mod adds the calibre binary to calibre-web (x86-64 only) for ebook conversions.
In calibre-web docker arguments, set an environment variable DOCKER_MODS=linuxserver/calibre-web:calibre to enable.
If adding multiple mods, enter them in an array separated by |, such as DOCKER_MODS=linuxserver/calibre-web:calibre|linuxserver/mods:other-mod
在上文中已经说的很明白了。在建立容器的时候环境变量加DOCKER_MODS=linuxserver/calibre-web:calibre。第一次启动的时候就会自动拉取安装转换工具。
给个小提示:最好容器网络为host模式,不要问我为什么。