Added docker hub image to Readme

This commit is contained in:
Logykk 2021-10-26 09:24:07 +13:00 committed by GitHub
parent 27c4ea580b
commit b62f6bea7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,9 @@ Options that can be configured in zs_config.json:
### 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 .
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