Sign inSign up

hsqbh/axel

By hsqbh

Updated over 1 year ago

Image
0

1.2K

hsqbh/axel repository overview

- 运行方法

  • 前台运行案例
docker run -it --rm \
  -e URL="https://releases.ubuntu.com/24.04/ubuntu-24.04.2-desktop-amd64.iso" \
  -e xianlu=32 \
  -v /home/111/xz:/app/downloads \
  hsqbh/axel:latest
  • 后台运行案例
docker run -d --rm \
  -e URL="https://releases.ubuntu.com/24.04/ubuntu-24.04.2-desktop-amd64.iso" \
  -e xianlu=32 \
  -v /home/111/xz:/app/downloads \
  hsqbh/axel:latest
  • 变量
URL=下载地址
xianlu=线程数
mc=下载文件的文件名

Tag summary

Content type

Image

Digest

sha256:5121d630a

Size

3.9 MB

Last updated

over 1 year ago

docker pull hsqbh/axel