I am using the univention/ucs-master-amd64 image from docker hub to test UCS under docker. Install & initial configuration appear fine but nothing samba related appears to work. In troubleshooting that I find that the UCS container system time is 11 hours in advance of host system time. My timezone is Australia/Sydney GMT+11. I can think of various ways to try to workaround this, but just ask the question here to see if anyone else has faced the same issue?
Should the docker container not simply sync it’s time from the host? What would be the best way to configure the UCS container to show actual local time?
Or alternately if this is not the intended behaviour would a bug report be appropriate?
Used the docker run “-e” switch to pass “TZ=Australia/Sydney” to the container but to no avail. Container system time remains 11 hours in advance of the host system
Ok, thanks for the confirmation. I’ve been using a FreeNAS 10 Beta host. I did eventually get the timezone issue sorted out & it seems to have been an issue with the host OS. Appreciate your feedback.