Skip to content

A minimal docker container with the latest version of rtorrent built from source.

License

Notifications You must be signed in to change notification settings

0xcaff/docker-rtorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

docker-rtorrent

automated-build-badge

A minimal docker container containing the latest version of rtorrent built from source.

Running

docker run -it -v /tmp/rtorrent/:/rtorrent 0xcaff/rtorrent

Configuring

In the container, rTorrent is started at the path /rtorrent as the rtorrent user.

To configure the behavior of rtorrent, create a .rtorrent.rc file from one of these guides (official-guide, bryanjswift-guide) and make it available in the container at the path /rtorrent/.rtorrent.rc. Here's an example where the configuration file is bind mounted from /tmp/.rtorrent.rc.

docker run -it -v /tmp/.rtorrent.rc:/rtorrent/.rtorrent.rc 0xcaff/rtorrent

About

A minimal docker container with the latest version of rtorrent built from source.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published