This image is built based on sdhibit/rpi-raspbian. For more information about the base image, please refer to this link
Since currently dockerhub is unable to automatically build ARM images, the Dockerfile is available on my github: https://github.com/abrahammouse/raspbian-aria-webui
Please note that there are 2 ports need to be published so that you can use the webui to control aria2. One is the 6800 port for the jsonrpc of the aria2. The other is the port of the webui which is 80 by default.
docker -d --name aria \
-p 6800:6800 \
-p 80:80 \
-v /path/to/the/folder:/data \
abrahammouse/raspbian-aria2-webui
If you are running this on your raspberry pi at home, and would like to access this image from the Internet, you will need:
Content type
Image
Digest
Size
78.7 MB
Last updated
over 9 years ago
docker pull abrahammouse/raspbian-aria2-webui