Sign inSign up

adoyle/aria2

By adoyle

•Updated over 2 years ago

Image
0

4.8K

adoyle/aria2 repository overview

Source code: https://github.com/adoyle-h/aria2-in-container⁠

⁠aria2 in container

A lightweight docker image to run aria2⁠ and AriaNG⁠.

https://hub.docker.com/r/adoyle/aria2⁠

⁠Features

  • Out Of The Box. Zero config.
  • Web UI.
  • Running in container.
  • The compose.yaml file provided.
  • lightweight image. About 10MB.
  • Support multi OS/Arch: linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm/v6

⁠Usages

⁠Quick Start
wget https://raw.githubusercontent.com/adoyle-h/aria2-docker/main/compose.yaml
docker compose up -d

To visit http://localhost:8080/⁠ in browser.

⁠The .env file

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

⁠Build image from source

git clone https://github.com/adoyle-h/aria2-docker.git
cd aria2-docker
docker compose build
docker compose up -d

⁠Suggestion, Bug Reporting, Contributing

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.

Tag summary

Content type

Image

Digest

sha256:e3a639178…

Size

10.3 MB

Last updated

over 2 years ago

docker pull adoyle/aria2:1.2.1