Sign inSign up

tonyrl/aria2-daemon

By tonyrl

Updated about 5 years ago

Image
0

481

tonyrl/aria2-daemon repository overview

Aria2 daemon

Only 23Mb. Inspired by XUJINKAI.

Install

I. replace /DOWNLOAD_DIR and /CONFIG_DIR for save data, and YOUR_SECRET_CODE for security. Run command below

sudo docker run -d \
--name unraid-aria2-with-webui \
-p 6800:6800 \
-v /CONFIG_DIR:/conf \
-v /DOWNLOAD_DIR:=/download \
-e SECRET=YOUR_SECRET_CODE \
-e PGID=911 \
-e PUID=911 \
fanningert/aria2-daemon
Build:

sudo docker build -f Dockerfile -t fanningert/aria2-daemon .

https://github.com/aria2/aria2

Tag summary

Content type

Image

Digest

Size

19 MB

Last updated

about 5 years ago

docker pull tonyrl/aria2-daemon