Aria2 is a downloading tool.It can be used for downloading http/ftp/bt/magnet. And this docker image does not include a webui.
sudo docker run -d --name=aria2 -p 6800:6800 -e "SECRET=xxxxxx" -e "UID=1000" -e "GID=1000" -v /nas/TDDOWNLOAD:/data aria2:latest
Replace "/nas/TDDOWNLOAD" with you own download path.
Replace "xxxxxx" with you onw rpc-secret token.
Content type
Image
Digest
Size
9.5 MB
Last updated
over 5 years ago
docker pull 0x01230/aria2