So I decided to take the plunge and play with Docker.
I would like to add a Channels DVR docker container to my Synology NAS that is currently running Channels DVR as a Synology package.
Only doing this to play with and learn docker, so I don't need to migrate anything or worry about test settings/recordings.
Have a few questions regarding setup and configuration.
- Can I install the Channels DVR docker container to play with and still use the existing Synology package Channels DVR to keep recording my passes ?
Regarding https://getchannels.com/dvr-server/#docker instructions
I'll be changing the image to fancybits/channels-dvr:tve
- If I add '-p 192.168.1.3:8189:8089/tcp' to the run command will I then be able to access the containers Channels DVR web UI via http://192.168.1.3:8189 ?
Documentation at docker.com is unclear on --volume /mnt/disk/dvr/recordings:/shares/DVR
- Where will my recordings be if I ssh into my NAS and use ls, /mnt/disk/dvr/recordings or /shares/DVR ? I'd like them to go to one of my shared folders.