Sign inSign up

evild/alpine-aria2

By evild

Updated over 10 years ago

alpine-aria2

Image
0

1.8K

evild/alpine-aria2 repository overview

Docker Stars Docker Pulls ImageLayers Size

Alpine Aria2

This image is based on evild/alpine-base

Version

Stable

What is aria2?

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.

Installation

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

Basic usage

docker run -p 6800:6800 -e ARIA2_SECRET_TOKEN=mysecretoken --name aria2 evild/alpine-aria2

Tag summary

Content type

Image

Digest

Size

40.1 MB

Last updated

over 10 years ago

docker pull evild/alpine-aria2