aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
Andy b86cfef5f9
the build was successful 詳情
[drone] add notification
6 年前
.dockerignore first commit 6 年前
.drone.yml [drone] add notification 6 年前
Dockerfile first commit 6 年前
README.md first commit 6 年前

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 .