1
0
Fork 0
aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
Andy b86cfef5f9
the build was successful Details
[drone] add notification
vor 6 Jahren
.dockerignore first commit vor 6 Jahren
.drone.yml [drone] add notification vor 6 Jahren
Dockerfile first commit vor 6 Jahren
README.md first commit vor 6 Jahren

README.md

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 .