Start aria2 RPC server.
# Start
docker run -d --name aria2 -p 6800:6800 imwithye/aria2
# Get the randomly generated token
docker logs aria2
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 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
Content type
Image
Digest
sha256:3fec439e6…
Size
12.8 MB
Last updated
7 months ago
docker pull xforce/aria2