I'm a long time Squeezebox user, but have never been able to figure out how to get the time in a container to match the host time. This has been a longstanding annoyance that I have ignored so far. I need to state up front. I'm not a linux guy and do everything (to date) through the QNAP Container Station interface.
I installed the Docker LMS 8.0.0-Stable Docker image a couple of days ago and was trying to figure it out to no avail. My LMS instance mostly runs fine except for this. Can someone please give me a hand in:
1) updating the time/timezone in the existing instance, and/or
2) how do I configure it correctly when I install the docker image?
I've searched and found many posts suggesting:
echo "Canada/Pacific" > /etc/timezone
dpkg-reconfigure tzdata
But I still end up with UTC when I enter this via the Terminal
I've also seen the recommendation to use -v /etc/localtime:/etc/localtime:ro but haven't figured out how and haven't had any success with the Terminal command line.
I can usually figure this stuff out but find myself stumped (not really familiar with the details of containers or linux). Any help would be appreciated.
Thanks, Bob
I installed the Docker LMS 8.0.0-Stable Docker image a couple of days ago and was trying to figure it out to no avail. My LMS instance mostly runs fine except for this. Can someone please give me a hand in:
1) updating the time/timezone in the existing instance, and/or
2) how do I configure it correctly when I install the docker image?
I've searched and found many posts suggesting:
echo "Canada/Pacific" > /etc/timezone
dpkg-reconfigure tzdata
But I still end up with UTC when I enter this via the Terminal
I've also seen the recommendation to use -v /etc/localtime:/etc/localtime:ro but haven't figured out how and haven't had any success with the Terminal command line.
I can usually figure this stuff out but find myself stumped (not really familiar with the details of containers or linux). Any help would be appreciated.
Thanks, Bob