Skip to content

yaksa-me/aria2-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Installation

Pull the image timonier/aria2:

# Get the latest image (version 1.18.10)
docker pull timonier/aria2

# Or get a specific version

# Get the version 1.18.8
docker pull timonier/aria2:1.18.8

Usage

Run the application via docker run. The aria2 options can be passed as arguments:

docker run \
    -i \
    -t \
    -v /data:/data \
    --net host \
    timonier/aria2 --dir=/data --enable-rpc --rpc-listen-all=true

Contributing

  1. Fork it.
  2. Create your branch: git checkout -b my-new-feature.
  3. Commit your changes: git commit -am 'Add some feature'.
  4. Push to the branch: git push origin my-new-feature.
  5. Submit a pull request.

Note: Use the script bin/build to test your modifications locally.

Links

About

High speed download utility

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%