Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 347 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 347 Bytes

Axel

Build

Via GitHub repository

$ docker build --tag alireaza/axel:$(date -u +%Y%m%d) --tag alireaza/axel:latest https://github.com/alireaza/axel.git

Run

$ docker run \
--interactive \
--tty \
--rm \
--mount="type=bind,source=$(pwd)/udocker,target=/home/udocker" \
--name="axel" \
alireaza/axel \
"<File/Link>"