From 8720e73b4c65b96d42a270df6068a32b8189dfbf Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 21 Nov 2021 15:48:16 -0700 Subject: Add quick readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf76379 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Dockerized Transmission with NordVPN + +This was a bit of an experiment to see what could be accomplished. The +container runs `nordvpnd` so you can do the following to get the container to +connect to the vpn: + +``` +make up +make enter +nordvpn connect +``` + +This will connect your container to the vpn and you can confirm this with the +`curl ipinfo.io`. This was my first goal so that I don't constantly lock myself +out of machines. Docker creates a volume so that nord's data can persist in +between container restarts. + +Now that the container has the networking taken care of, you can run +`transmission-daemon` inside the container to launch transmission. I've created +another volume so that transmission will place downloaded files into the +`downloads` folder. -- cgit v1.2.3