Source code: https://github.com/adoyle-h/aria2-in-container
A lightweight docker image to run aria2 and AriaNG.
https://hub.docker.com/r/adoyle/aria2
wget https://raw.githubusercontent.com/adoyle-h/aria2-docker/main/compose.yaml
docker compose up -d
To visit http://localhost:8080/ in browser.
See https://docs.docker.com/compose/environment-variables/set-environment-variables/
Example:
cat <<EOF > .env
IMAGE_VERSION=1.0.0
DOWNLOAD_DIR=./downloads
WEB_PORT=8080
RPC_PORT=6800
EOF
git clone https://github.com/adoyle-h/aria2-docker.git
cd aria2-docker
docker compose build
docker compose up -d
Before opening new Issue/Discussion/PR and posting any comments, please read Contributing Guidelines.
Copyright 2023 ADoyle ([email protected]). Some Rights Reserved. The project is licensed under the Apache License Version 2.0.
Content type
Image
Digest
sha256:e3a639178…
Size
10.3 MB
Last updated
over 2 years ago
docker pull adoyle/aria2:1.2.1