Sign inSign up

mtps/aria2

By mtps

Updated almost 5 years ago

Image
0

811

mtps/aria2 repository overview

Overview

Docker container for the popular download utility aria2.

Usage

Work dir is set to /aria2 for easy mounting to the host.

docker run -v $(pwd):/aria2 -it mtps/aria2 <aria-args...>

Dockerfile

FROM alpine
RUN apk --update add --no-cache aria2
WORKDIR "/aria2"
ENTRYPOINT ["/usr/bin/aria2c"]

Tag summary

Content type

Image

Digest

Size

7.3 MB

Last updated

almost 5 years ago

docker pull mtps/aria2