-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker container with random date #34
Comments
Hey @teasy44 , I have never encountered such a strange situation. As far as I know, Docker uses the time of the host. Can you confirm that the host is getting the correct time when you enter the container to get the wrong random time. |
I found some articles that might be useful. https://serverfault.com/questions/1037146/docker-container-with-random-date |
Hey @ttionya, thanks for the fast answering! :)
As i installed on the host (raspberry) a newer verion of libseccomp with that commands...
... and restarted the raspberry, the container accepted the right time and timezone. |
Hey @teasy44 , Thank you for the solution, I believe it will help people with the same problem. |
Heyho!
I got the tool just half way working. Setting up RCLONE Config over SFTP with my Synology and started the Container. RClone config is successfully recognized with no failure messages.
But now my issue: I set the timzone manually over ENV config to Europe/Berlin but when i log into the container and try to get the actual time with
date
there comes only some random times and days. Whats the problem i didn't see?So the CRON Job should start every day at 23:30, but does not start.
What information do you need to help me out?
Thank you! :)
The text was updated successfully, but these errors were encountered: