2019-07-26, 12:40 AM
i'm running V5 on an Asus Chromebox with LibreELEC 9.1.001 (kernel:Linux 5.1.9) and Docker, with a Western Digital external harddrive. Everything works fine but when I shutdown or reboot I lose all of the settings.
To get it to work I had to SSH into it and use the following settings:
docker run -d \
> --volume /storage/pi/config:/config \
> --volume /var/media/sdb1-ata-WDC_WD5000AAKB-0/videos:/recordings \
> --volume /var/media/sdb1-ata-WDC_WD5000AAKB-0/videos:/buffer \
> --publish 8866:8866 \
> nextpvr/nextpvr_amd64:latest
I'm fumbling my way through this as I have no experience with Docker and minor use of Linux. I'm guessing that there's something wrong with the config location, but I'm lost after that.
Any help would be appreciated and thanks in advance.
To get it to work I had to SSH into it and use the following settings:
docker run -d \
> --volume /storage/pi/config:/config \
> --volume /var/media/sdb1-ata-WDC_WD5000AAKB-0/videos:/recordings \
> --volume /var/media/sdb1-ata-WDC_WD5000AAKB-0/videos:/buffer \
> --publish 8866:8866 \
> nextpvr/nextpvr_amd64:latest
I'm fumbling my way through this as I have no experience with Docker and minor use of Linux. I'm guessing that there's something wrong with the config location, but I'm lost after that.
Any help would be appreciated and thanks in advance.