Multi-purpose utility to download files
1.1K
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line.
Download a file
docker run --rm -v "$(pwd):/download" leodagan/aria2 "https://google.com"
As daemon
docker run --rm -v "$(pwd):/download" -d leodagan/aria2 --enable-rpc --rpc-listen-all --rpc-allow-origin-all
You should implement security above aria2 RPC endpoint or enable --rpc-secret and --rpc-secure options before exposing to host.
Content type
Image
Digest
Size
8.8 MB
Last updated
about 7 years ago
docker pull leodagan/aria2