Update 'README.md'
All checks were successful
Publish Docker image / Push Docker image to registry (push) Successful in 40s
All checks were successful
Publish Docker image / Push Docker image to registry (push) Successful in 40s
This commit is contained in:
parent
aeb8b3f0ce
commit
6b5994984e
14
README.md
14
README.md
@ -1,4 +1,14 @@
|
||||
# streamrip-docker
|
||||
|
||||
Container image for [nathom's streamrip](https://github.com/nathom/streamrip).
|
||||
|
||||
```sh
|
||||
docker run -it -e DEEZER_NUTS=$TOKEN -e QOBUZ_USERID=$QOBUZ_USERID -e QOBUZ_TOKEN=$QOBUZ_TOKEN git.cesium.pw/niku/streamrip-docker
|
||||
```
|
||||
docker run \
|
||||
-e DEEZER_NUTS=$TOKEN \
|
||||
-e QOBUZ_USERID=$QOBUZ_USERID \
|
||||
-e QOBUZ_TOKEN=$QOBUZ_TOKEN \
|
||||
--name streamrip \
|
||||
-d git.cesium.pw/niku/streamrip-docker
|
||||
|
||||
docker exec streamrip rip url <url>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user