Docker images for Roon [Please Note: Using Dockers and VMs isn't supported by Roon]

I’m back up and running on 194, and it’s pulling in my collection that I bind mounted into the container now.

I didn’t change the Dockerfile for 194, I just rebuilt with no cache to pull in the Ubuntu updates & latest Roon version all at once:

docker build --no-cache -t roonserver:1.3-194 .
docker tag roonserver:1.3-194 roonserver:latest
docker run --name RoonServer --net=host -d -v roondata:/var/roon -v /mnt/musicarchive:/music roonserver

Here’s the thread where we were discussing issues with libraries in local Linux paths. I think it’s all resolved now.