a combination with aira2 and AriaNg
4.5K
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.
docker run --name aria2c -p 6800:6800 -p 8000:80 -v /data/share/Downloads:/downloads -e puid=1000 -e pgid=1000 -d hsiaoshun/aria2c
services:
aria2c:
image: hsiaoshun/aria2c
environment:
- pgid=1000
- puid=1000
volumes:
- '/data/share/downloads:/downloads'
ports:
- 8000:80
- 6800:6800
container_name: aria2c
Content type
Image
Digest
sha256:e17a60788…
Size
14.8 MB
Last updated
3 months ago
docker pull hsiaoshun/aria2c