From 9fcdbf18c66fdbd654f1b63cf72d291b62531090 Mon Sep 17 00:00:00 2001 From: manishahluwalia Date: Sat, 7 Jan 2017 11:28:36 -0700 Subject: [PATCH] Add instructions for using docker container I've created a docker container with dependencies. This change adds a pointer to the container with a template example for how to use it. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 905c1b73f..9648aaf83 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ Or with [MacPorts](https://www.macports.org/): sudo port install youtube-dl +You can also use a [docker](https://www.docker.com) container that has all the dependencies built in. Please see [the container instructions](https://hub.docker.com/r/fakepseudonym/youtube-dl). E.g. + + docker run -v /dir/to/store/downloaded/files:/Downloads fakepseudonym/youtube-dl 'https://youtube.com/url' + Alternatively, refer to the [developer instructions](#developer-instructions) for how to check out and work with the git repository. For further options, including PGP signatures, see the [youtube-dl Download Page](https://rg3.github.io/youtube-dl/download.html). # DESCRIPTION