Sign inSign up

hsiaoshun/aria2c

By hsiaoshun

Updated 3 months ago

a combination with aira2 and AriaNg

Image
Integration & delivery
0

4.5K

hsiaoshun/aria2c repository overview

A image to combine aria2 and ariaNg.

You can manage the downloads by accessing the URL: http:<ip>:8000 to access the management page and start/stop the file downloading.

Before running the command, change the /data/share/downloads to a real path on your system.

run with command

docker run --name aria2c -p 6800:6800 -p 8000:80 -v /data/share/Downloads:/downloads -e puid=1000 -e pgid=1000 -d hsiaoshun/aria2c

run with docker compose:

services:
  aria2c:
    image: hsiaoshun/aria2c
    environment:
      - pgid=1000
      - puid=1000
    volumes:
      - '/data/share/downloads:/downloads'
    ports:
      - 8000:80
      - 6800:6800
    container_name: aria2c

Tag summary

Content type

Image

Digest

sha256:e17a60788

Size

14.8 MB

Last updated

3 months ago

docker pull hsiaoshun/aria2c