You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2021. It is now read-only.
nowadays, many companies block outgoing NTP-traffic (to prevent DDoS attacks), which makes this sub-optimal (eventually resulting in hangs until the ntpd times out).
i would have expected to be able to override the NTP_SERVER variable, but changes to /var/lib/boot2docker/profile seem to have no effect (that files seems to be only used by the docker process).
obviously, the NTP_SERVER value is meant to be settable (and the list of ntp-servers is only a fallback), but i don't see a way to inject any values.
i noticed that the
ntpdprocess gets started with a hard-coded list of ntp-servers:nowadays, many companies block outgoing NTP-traffic (to prevent DDoS attacks), which makes this sub-optimal (eventually resulting in hangs until the ntpd times out).
i would have expected to be able to override the
NTP_SERVERvariable, but changes to/var/lib/boot2docker/profileseem to have no effect (that files seems to be only used by thedockerprocess).obviously, the
NTP_SERVERvalue is meant to be settable (and the list of ntp-servers is only a fallback), but i don't see a way to inject any values.