Docker Image for Chrony
- To run an NTP/NTS client or server, configure the chrony.conf file based on Chrony's documentations.
- The Dockerfile requires a
server.keyand aserver.crtin thePEMformat which can be build usinggen_certs.sh - Run
make buildto build the Docker image andmake runto execute the image.