Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 328 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 328 Bytes

docker-you-get

Dockerfile for you-get.

build image

docker build -t you-get https://github.com/guolunwei/docker-you-get.git

usage

By default, files will be saved to /download in the container, so, you should set volume like this:

docker run --rm -v /path/to/save/files:/download you-get [OPTIONS..] URL