Sign inSign up

nfam/aria2

By nfam

Updated almost 7 years ago

aria2 is a utility for downloading files.

Image
0

834

nfam/aria2 repository overview

aria2

The original aria2 without any modification.

Usage

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}}

Tag summary

Content type

Image

Digest

Size

6.9 MB

Last updated

almost 7 years ago

docker pull nfam/aria2