aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
Andy b86cfef5f9
the build was successful Szczegóły
[drone] add notification
6 lat temu
.dockerignore first commit 6 lat temu
.drone.yml [drone] add notification 6 lat temu
Dockerfile first commit 6 lat temu
README.md first commit 6 lat temu

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 .