Comment 3 for bug 1589780

Revision history for this message
Andres Rodriguez (andreserl) wrote :

I'm re-opening this. As per the previous comments, chrony indeed doesn't work inside a container because it fails to set the time of the local system, it crashes, and fails to start.

However, chrony should be able to run just fine inside a container even if it cannot set the time of the local system.

This requires the '-x' option to be sent to the daemon in a container:

-x
           This option disables the control of the system clock. chronyd will
           not make any adjustments of the clock, but it will still track its
           offset and frequency relative to the estimated true time, and be
           able to operate as an NTP server. This allows chronyd to run
           without the capability to adjust or set the system clock (e.g. in
           some containers).