Skip to content

Instantly share code, notes, and snippets.

@Darkflib
Created July 24, 2018 12:35
Show Gist options
  • Select an option

  • Save Darkflib/00e4d4fe38e7ba03523a0f85799a7712 to your computer and use it in GitHub Desktop.

Select an option

Save Darkflib/00e4d4fe38e7ba03523a0f85799a7712 to your computer and use it in GitHub Desktop.
docker run -d -t --name rtorrent --restart on-failure -p 80:80 -p 45566:45566 -p 9527:9527/udp --dns 8.8.8.8 -v /data-store:/rtorrent -e UPLOAD_RATE=1024 kfei/docktorrent
default login: docktorrent p@ssw0rd
not a big fan of this, so change it:
docker exec -it rtorrent /bin/bash
htpasswd -b /usr/share/nginx/html/rutorrent/.htpasswd docktorrent mysup3rs3critp@55
This was honoured in real time since the interface is ajax based...
You can add the --rm flag if desired as it appears all the state is in the volume mountpoint.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment