Aria2 Only 19Mb. Edit config file out of the image. Move file completed to another folder. (Tasks that contains more than one files will not be moved.)
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 aria2
-p 6800:6800
-v /DOWNLOAD_DIR:/data
-v /CONFIG_DIR:/conf
-e SECRET=YOUR_SECRET_CODE
vincentking/aria2
Build: sudo docker build -f Dockerfile -t vincentking/aria2 .
Content type
Image
Digest
sha256:90b4c16d6…
Size
11.7 MB
Last updated
over 2 years ago
docker pull vincentking/aria2