Sign inSign up

isayme/aria2

By isayme

Updated over 2 years ago

Image
0

2.2K

isayme/aria2 repository overview

Aria2 + AriaNG

Docker Image Version (latest semver) Docker Image Size (latest semver) Docker Pulls

Docker image for Aria2 with Web UI AriaNG.

aria2 - The ultra fast download utility

AriaNG - a modern web frontend making aria2 easier to use

Docker Compose

version: '3'

services:
  aria2:
    container_name: aria2
    image: isayme/aria2:latest
    ports:
      # aria2 rpc port
      - "6800:6800"
      # web UI port
      - "6900:80"
    volumes:
      # aria2 config file
      - ./config/aria2/aria2.conf:/etc/aria2/aria2.conf
      # location of download files
      - /volume2/HD1/download/:/download
    restart: always

Tag summary

Content type

Image

Digest

sha256:b41cd0534

Size

24 MB

Last updated

over 2 years ago

docker pull isayme/aria2