https://github.com/jmmaloney4/roon-docker-image
Unofficial Ubuntu based Docker image for Roon Server (https://roonlabs.com/).
https://github.com/jmmaloney4/roon-docker-image
docker docker-image roon roon-server roonlabs
Last synced: 3 months ago
JSON representation
Unofficial Ubuntu based Docker image for Roon Server (https://roonlabs.com/).
- Host: GitHub
- URL: https://github.com/jmmaloney4/roon-docker-image
- Owner: jmmaloney4
- Created: 2020-06-03T01:42:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-05-05T04:55:12.000Z (3 months ago)
- Last Synced: 2026-05-05T06:34:01.220Z (3 months ago)
- Topics: docker, docker-image, roon, roon-server, roonlabs
- Language: Dockerfile
- Homepage:
- Size: 210 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roon Docker Image

A Docker image for roon.
```
docker pull ghcr.io/jmmaloney4/roon:latest
```
```
docker run -d \
--network host
--name=roon-server \
-v :/var/roon \
-v :/music \
--restart unless-stopped \
ghcr.io/jmmaloney4/roon:latest
```
## Kubernetes Helm Chart
See [github.com/jmmaloney4/charts](https://github.com/jmmaloney4/charts) for a helm chart.
### Releasing
See the [Release Notes](https://community.roonlabs.com/c/roon/software-release-notes/) for the latest.
Or run `echo ${$(tar -zxvOf RoonServer_linuxx64.tar.bz2 RoonServer/VERSION 2> /dev/null | head -n 1)#*20000}`
```
./release.sh
```
This will push a tag, which will trigger github actions to create a new release and push a new `latest` docker tag.