Sign inSign up

leodagan/aria2

By leodagan

Updated about 7 years ago

Multi-purpose utility to download files

Image
0

1.1K

leodagan/aria2 repository overview

aria2

aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line.

Tagamd64arm32v6arm32v7arm64v8
latest, 1.34
busybox, 1.34-busybox
edge
edge-busybox

Run

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.

Tag summary

Content type

Image

Digest

Size

8.8 MB

Last updated

about 7 years ago

docker pull leodagan/aria2