The image with aria2, nginx and AriaNg. Support architectures: amd64 arm32v7 arm64v8.
I. replace /DOWNLOAD_DIR and /CONFIG_DIR for save data, and YOUR_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. Open http://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