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.
Você não pode selecionar mais de 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
6 anos atrás
.dockerignore first commit 6 anos atrás
.drone.yml [drone] add notification 6 anos atrás
Dockerfile first commit 6 anos atrás
README.md first commit 6 anos atrás

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 .