- Notifications
You must be signed in to change notification settings - Fork1
Redwid/docker-aria2-ng
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The image with aria2, nginx and AriaNg.Support architectures: amd64 arm32v7 arm64v8.
I. replace/DOWNLOAD_DIR and/CONFIG_DIR for save data, andYOUR_SECRET_CODE for security. Run command below
sudo docker run -d \--name aria2-ng \-p 6801:80 \-p 6800:6800 \-v /DOWNLOAD_DIR:/data \-v /CONFIG_DIR:/conf \-e SECRET=YOUR_SECRET_CODE \redwid/aria2-ng:latest
II. Openhttp://serverip:6801/
for aria2-ng
Run build-run.sh
Remove existing manifest before building:docker/cli#954
docker system prune -a
docker container ls --all
docker exec -it {container_id} /bin/bash
docker logs {container_id}
sudo lsof -n -i -P | grep ':6801'
https://github.com/aria2/aria2
https://github.com/mayswind/AriaNg