Skip to content

Commit

Permalink
Additional documentation around where to pull image from
Browse files Browse the repository at this point in the history
  • Loading branch information
simojenki committed Mar 17, 2023
1 parent df2ef9b commit 8111041
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8111041

Please sign in to comment.