From 10f4d70086d29aae6ac1ec72e0ca6f767ff78c14 Mon Sep 17 00:00:00 2001 From: Gianluca Gabrielli <37073343+StayPirate@users.noreply.github.com> Date: Thu, 29 Nov 2018 14:59:57 +0100 Subject: [PATCH] Created Docker (markdown) --- Docker.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Docker.md diff --git a/Docker.md b/Docker.md new file mode 100644 index 0000000..78a96db --- /dev/null +++ b/Docker.md @@ -0,0 +1,5 @@ +# Dockerized rTorrent + +Please follow instruction on this [page](https://store.docker.com/community/images/tuxmealux/alpine-rtorrent) to use rTorrent inside a Docker container. On the same page it is explained how to build an ARM image, which allows you to run it on an embedded device like the [Raspberry Pi](https://www.raspberrypi.org/). + +It's intended you already have Docker installed on the machine where you want to run the above-mentioned image. If this is not your case, please first read the [Docker documentation](https://docs.docker.com/) and follow the instruction guide which is more appropriate to your needing. \ No newline at end of file