From: Michael Date: Tue, 21 Dec 2021 20:18:46 +0000 (+0100) Subject: edited docker readme to include clarity on different tag. X-Git-Tag: 4.1-rc1~24^2~330^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0d901bacb6e5048d4ac9a8b68bac620dadee4bf;p=thirdparty%2Fshairport-sync.git edited docker readme to include clarity on different tag. --- diff --git a/docker/README.md b/docker/README.md index 6043cc44..1ee9b4ba 100644 --- a/docker/README.md +++ b/docker/README.md @@ -2,6 +2,13 @@ Available at: https://hub.docker.com/r/mikebrady/shairport-sync +Please note if you want the development version of the image including Airplay 2 support, please pull the image with the ```unstable development``` tag using the following command: +``` +docker pull mikebrady/shairport-sync:unstable-development +``` + +When using the below commands, you should replace mikebrady/shairport-sync with mikbrady/shairport-sync:unstable-development. + ## Example Docker Compose File See the `docker-compose.yaml` file in this folder for an example.