aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
Go to file
Andrey Arapov b86cfef5f9
All checks were successful
the build was successful
[drone] add notification
2018-01-23 00:47:47 +01:00
.dockerignore first commit 2018-01-16 21:25:21 +01:00
.drone.yml [drone] add notification 2018-01-23 00:47:47 +01:00
Dockerfile first commit 2018-01-16 21:25:21 +01:00
README.md first commit 2018-01-16 21:25:21 +01:00

aria2c

Usage

echo 'alias aria2c="docker run -u \$(id -u):\$(id -g) -v \$(pwd):/w --rm -ti andrey01/aria2c"' | tee -a ~/.bashrc
source ~/.bashrc
aria2c yourlink...

Build

docker build -t andrey01/aria2c .