mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-25 01:42:51 +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:
parent
827961b122
commit
9fcdbf18c6
@ -41,6 +41,10 @@ Or with [MacPorts](https://www.macports.org/):
|
|||||||
|
|
||||||
sudo port install youtube-dl
|
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).
|
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
|
# DESCRIPTION
|
||||||
|
Loading…
Reference in New Issue
Block a user