bamy Posted February 19, 2018 Posted February 19, 2018 I've set my date and time under Unraid's settings, yet Docker containers do not change. Example, with Linuxserver.io's Resilio Sync: Docker run command: docker run -d --name='Sync' --net='bridge' -e TZ="Australia/Melbourne" -e HOST_OS="unRAID" -p '8888:8888/tcp' -p '5555:5555/tcp' -p '3838:3838/udp' -v '/path/to/volume/':'/path':'rw' -v '/mnt/user/appdata/Sync':'/config':'rw' 'limetech/sync' The command finished successfully!
sparklyballs Posted February 19, 2018 Posted February 19, 2018 that's not ours (linuxserver's) resilio-sync that's limetech's
saarg Posted February 19, 2018 Posted February 19, 2018 Installing a fresh one here and it fails starting. So there is an issue with the container. * Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/config.sh... dpkg-query: package 'tzdata' is not installed and no information is available Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents. /usr/sbin/dpkg-reconfigure: tzdata is not installed *** /etc/my_init.d/config.sh failed with status 1
bamy Posted February 19, 2018 Author Posted February 19, 2018 I tested with Linuxserver.io's resilio-sync and the timezone is set correctly.. Sorry for that mix up
Recommended Posts
Archived
This topic is now archived and is closed to further replies.