From 8111041551c745f80e89bf75c37ad06219812b90 Mon Sep 17 00:00:00 2001 From: simojenki Date: Sat, 18 Mar 2023 08:45:58 +1100 Subject: [PATCH] Additional documentation around where to pull image from --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e04f07..ad89ca0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,23 @@ Support for Subsonic API clones (tested against Navidrome and Gonic). ## Running -bonob is distributed via docker and can be run in a number of ways +bonob is packaged as an OCI image to both the docker hub registry and github registry. + +ie. +```bash +docker pull docker.io/simojenki/bonob +``` +or +```bash +docker pull ghcr.io/simojenki/bonob +``` + +tag | description +--- | --- +latest | Latest release, intended to be stable +master | Laster build from master, probably works, however is currently under test in +vX.Y.Z | Fixed release versions from tags, for those that want to pin to specific release + ### Full sonos device auto-discovery and auto-registration using docker --network host