mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
Run the image as the current user
This will make the downloaded files be saved as the current user instead of root :-)
This commit is contained in:
parent
acbde35503
commit
a62e8ea76a
@ -8,7 +8,7 @@ youtube-dl
|
||||
|
||||
```
|
||||
# create a alias
|
||||
$ alias yt='docker run --rm -v `pwd`:/data vimagick/youtube-dl'
|
||||
$ alias yt='docker run --rm -u $(id -u):$(id -g) -v `pwd`:/data vimagick/youtube-dl'
|
||||
|
||||
# list all formats
|
||||
$ yt -F nVjsGKrE6E8
|
||||
|
Loading…
Reference in New Issue
Block a user