A perfect Aria2 Docker image.
Read the details in my blog (in Chinese) | 中文教程
amd64, i386, arm64, arm/v7, arm/v6Async DNS, BitTorrent, Firefox3 Cookie, GZip, HTTPS, Message Digest, Metalink, XML-RPC, SFTPmax-connection-per-server unlimited.lowest-speed-limit) and connection close.aria2 suffix files.torrent suffix files<TOKEN> field ):docker run -d \
--name aria2-pro \
--restart unless-stopped \
--log-opt max-size=1m \
-e PUID=$UID \
-e PGID=$GID \
-e RPC_SECRET=<TOKEN> \
-e RPC_PORT=6800 \
-p 6800:6800 \
-e LISTEN_PORT=6888 \
-p 6888:6888 \
-p 6888:6888/udp \
-v $PWD/aria2-config:/config \
-v $PWD/downloads:/downloads \
p3terx/aria2-pro
docker run -d \
--name ariang \
--log-opt max-size=1m \
--restart unless-stopped \
-p 6880:6880 \
p3terx/ariang
TIPS: It is important for the firewall to open ports.
wget git.io/aria2-pro.yml
vim aria2-pro.yml
docker-compose -f aria2-pro.yml up -d
| Parameter | Function |
|---|---|
-e PUID=$UID-e PGID=$GID | Bind UID and GID to the container, which means you can use a non-root user to manage downloaded files. |
-e RPC_SECRET=<TOKEN> | Set RPC secret authorization token. Ignoring it can be set in the configuration file. |
-e TZ=Asia/Shanghai | Specify a timezone to use e.g. Asia/Shanghai |
-e RPC_PORT=6800 | Set up RPC listen port |
-p 6800:6800 | bind RPC listen port |
-e LISTEN_PORT=6888 | Set up listen port |
-p 6888:6888 | Bind BT listen port (TCP) |
-p 6888:6888/udp | Bind DHT lisen port (UDP) |
-v $PWD/aria2-config:/config | Contains all relevant configuration files. |
-v $PWD/downloads:/downloads | Location of downloads on disk. |
-e UPDATE_TRACKERS=false | Disable BT tracker update, use this parameter if you need PT download. |
-e DISK_CACHE=<SIZE> | Set up disk cache. SIZE can include K or M (1K = 1024, 1M = 1024K), e.g 64M. Ignoring it can be set in the configuration file. |
I am working hard on my English, so this part may be explained in detail later. If you can read Chinese, read the details in my blog.
MIT © P3TERX
Content type
Image
Digest
Size
11.3 MB
Last updated
almost 6 years ago
docker pull dgibbons/aria2