mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-26 09:53:17 +01:00
Added docker hub image to Readme
This commit is contained in:
parent
27c4ea580b
commit
b62f6bea7f
@ -60,7 +60,9 @@ Options that can be configured in zs_config.json:
|
|||||||
### Docker Usage
|
### Docker Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
Build the docker image from the Dockerfile:
|
Pull the official docker image (automatically updates):
|
||||||
|
docker pull cooper7692/zspotify-docker
|
||||||
|
Or build the docker image yourself from the Dockerfile:
|
||||||
docker build -t zspotify .
|
docker build -t zspotify .
|
||||||
Create and run a container from the image:
|
Create and run a container from the image:
|
||||||
docker run --rm -v "$PWD/ZSpotify Music:/ZSpotify Music" -v "$PWD/ZSpotify Podcasts:/ZSpotify Podcasts" -it zspotify
|
docker run --rm -v "$PWD/ZSpotify Music:/ZSpotify Music" -v "$PWD/ZSpotify Podcasts:/ZSpotify Podcasts" -it zspotify
|
||||||
|
Loading…
Reference in New Issue
Block a user