aria2 (sha256:41442482e15ae1c759888bc2d0b8bac7298c63fc6c4b4edc206d13e1552d0223)
Published 2026-08-24 09:02:44 +00:00 by hemantapkh
Installation
docker pull git.hemantapkh.com/hemantapkh/aria2@sha256:41442482e15ae1c759888bc2d0b8bac7298c63fc6c4b4edc206d13e1552d0223sha256:41442482e15ae1c759888bc2d0b8bac7298c63fc6c4b4edc206d13e1552d0223About this package
aria2 RPC daemon for seedrarr
Image layers
| ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache aria2 tini && mkdir -p /config /downloads # buildkit |
| LABEL org.opencontainers.image.title=aria2 org.opencontainers.image.description=aria2 RPC daemon for seedrarr org.opencontainers.image.source=https://git.hemantapkh.com/hemantapkh/seedrarr |
| ENV RPC_PORT=6800 DISK_CACHE=64M MAX_CONCURRENT=4 |
| EXPOSE [6800/tcp] |
| VOLUME [/config] |
| ENTRYPOINT ["/sbin/tini" "--" "/bin/sh" "-c"] |
| CMD ["test -n \"${RPC_SECRET}\" || { echo 'FATAL: RPC_SECRET is not set' >&2; exit 1; }; touch /config/aria2.session; exec aria2c --enable-rpc --rpc-listen-all=true --rpc-listen-port=${RPC_PORT} --rpc-secret=${RPC_SECRET} --dir=/downloads --continue=true --disk-cache=${DISK_CACHE} --max-concurrent-downloads=${MAX_CONCURRENT} --file-allocation=none --disable-ipv6=true --enable-dht=false --bt-enable-lpd=false --save-session=/config/aria2.session --input-file=/config/aria2.session --save-session-interval=30 --auto-save-interval=30 --console-log-level=notice --summary-interval=0"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | aria2 RPC daemon for seedrarr |
| org.opencontainers.image.source | https://git.hemantapkh.com/hemantapkh/seedrarr |
| org.opencontainers.image.title | aria2 |
Details
Versions (2)
View all