Search Docker Hub
aria2
By nfam
aria2 is a utility for downloading files.
834
The original aria2 without any modification.
docker run -d \ --name=aria2 \ --restart=always \ -p 6800:6800 \ -v ~/downloads:/downloads \ nfam/aria2 \ --dir=/downloads \ --enable-rpc=true \ --max-connection-per-server=1 \ --rpc-listen-all=true \ --rpc-secret={{secret}}
Content type
Image
Digest
Size
6.9 MB
Last updated
almost 7 years ago
docker pull nfam/aria2