From 2e4605f150c211bfbb4c97d143145dc96f555540 Mon Sep 17 00:00:00 2001 From: razorgirl Date: Thu, 21 Aug 2014 05:50:10 -0700 Subject: [PATCH] Add Docker install instructions, link to my Dockerfile repository --- Installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Installation.md b/Installation.md index e7c0207..08afa79 100644 --- a/Installation.md +++ b/Installation.md @@ -61,6 +61,11 @@ http://update.nzbdrone.com/v2/master/mono/NzbDrone.master.tar.gz mono --debug NzbDrone.exe +# Docker + +You can use [razorgirl's Dockerfile](https://github.com/razorgirl/docker-nzbdrone) to quickly build your own isolated app container. It's based on the Linux instructions above. + +For more info about Docker check out the [official website](https://www.docker.com). # OS X #