aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
Andy b86cfef5f9
the build was successful Detalles
[drone] add notification
hace 6 años
.dockerignore first commit hace 6 años
.drone.yml [drone] add notification hace 6 años
Dockerfile first commit hace 6 años
README.md first commit hace 6 años

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 .