We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
使用latest tag和仓库推荐的compose文件,启动容器后发现aria2自动退出,容器反复重启 从log看没有什么错误消息,只有一句"No files to donwload"。
难道是我理解有误,我以为这个docker是作为守护进程一直后台运行监听RPC请求的。这样的话aria2启动要带上--enable-rpc参数,可是现在docker里面是仅仅是aria2c --conf-path=/config/aria2.conf,然后没有下载请求所以直接退出了,导致docker反复重启,这样有何意义?
aria2c --conf-path=/config/aria2.conf