Sign inSign up

xforce/aria2

By xforce

Updated 7 months ago

Simple Aria2 Downloader

Image
Networking
1

1.5K

xforce/aria2 repository overview

Docker Container for Aria2

Start aria2 RPC server.

# Start
docker run -d --name aria2 -p 6800:6800 imwithye/aria2
# Get the randomly generated token
docker logs aria2

ENV

You can also use ENV to reconfigure the aria2 server.

docker run -d --name aria2 -p 6800:6800 -e "TOKEN=123456" imwithye/aria2
docker logs aria2

Data

Data is stored in the volume /data. You may mount a host volume to the container.

docker run -d --name aria2 -p 6800:6800 -v $HOME/data:/data imwithye/aria2
docker logs aria2

Tag summary

Content type

Image

Digest

sha256:3fec439e6

Size

12.8 MB

Last updated

7 months ago

docker pull xforce/aria2