1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-24 17:56:07 +08:00

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.
This commit is contained in:
manishahluwalia 2017-01-07 11:28:36 -07:00 committed by GitHub
parent 827961b122
commit 9fcdbf18c6

View File

@ -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