This image is based on evild/alpine-base
stable, latest (Dockerfile)1.22.0 (Dockerfile)aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, SFTP, BitTorrent, and Metalink. aria2 can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. It supports downloading a file from HTTP(S)/FTP/SFTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP/SFTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.
Automated builds of the image are available on Dockerhub and is the recommended method of installation.
docker pull evild/alpine-aria2:1.22.0
You can also pull the latest tag which is built from the repository HEAD : aria2 Mainline with Openssl.
docker pull evild/alpine-aria2:latest
docker run -p 6800:6800 -e ARIA2_SECRET_TOKEN=mysecretoken --name aria2 evild/alpine-aria2
Content type
Image
Digest
Size
40.1 MB
Last updated
over 10 years ago
docker pull evild/alpine-aria2