You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andy
b86cfef5f9
the build was successful
Details
|
7 years ago | |
---|---|---|
.dockerignore | ||
.drone.yml | ||
Dockerfile | ||
README.md |
README.md
aria2c
Usage
echo 'alias aria2c="docker run -u \$(id -u):\$(id -g) -v \$(pwd):/w --rm -ti andrey01/aria2c"' | tee -a ~/.bashrc
source ~/.bashrc
aria2c yourlink...
Build
docker build -t andrey01/aria2c .