I am really new to Docker and don’t exactly know what I’m doing but I tested out creating a docker for channels. It seems to be working. If anyone wants to try you can create it with
docker create --name=channels
-v /path/to/dockerconfig/:/config
-v /path/to/dvrstorage/:/dvr
-e PGID=1000 -e PUID=1000
–network=host
stp80/channelsdvr:latest
It would be nice if there was an official docker from Channels so I don’t have to try fumbling through this.