Pull the image scavin/aria2:
docker pull scavin/aria2
Run the application via docker run. The aria2 options can be passed as arguments:
docker run \
-i \
-t \
-v /data:/data \
--net host \
scavin/aria2 --dir=/data --enable-rpc --rpc-listen-all=true
git checkout -b my-new-feature.git commit -am 'Add some feature'.git push origin my-new-feature.Note: Use the script bin/build to test your modifications locally.
Content type
Image
Digest
sha256:5d1a8571b…
Size
9.4 MB
Last updated
over 1 year ago
docker pull scavin/aria2