1
0
Derivar 0
aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Andy b86cfef5f9
the build was successful Detalhes
[drone] add notification
há 6 anos
.dockerignore first commit há 6 anos
.drone.yml [drone] add notification há 6 anos
Dockerfile first commit há 6 anos
README.md first commit há 6 anos

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 .