docker-ntp icon indicating copy to clipboard operation
docker-ntp copied to clipboard

🕒 Chrony NTP Server running in a Docker container (without the priviledged flag)

Results 10 docker-ntp issues
Sort by recently updated
recently updated
newest added

Hello! This PR is just to add two vars that will allow the chronyd daemon to serve as an NTS server on the default port of 4460. I tested this...

This feature allows special chrony configurations to be added. Such as having a PTP reference clock and using docker-ntp to serve to ntp clients

pending-feedback

When docker "host" network is used and the host has more than one interface, it is desirable to select the interface you want ntp to be listening to. This small...

pending-feedback

This adds a GitHub Actions workflow to build and optionally push the Docker image, using the standard actions, mostly from Docker themselves. ## Features - Pushes only on the push...

Setting the ALLOW_REMOTE_MON to true in the container will enable the server to receive `chronyc` commands from other hosts, using the `-h $host` option. This can be useful in docker...

Hi! I am running this great container on my network. I find that the minpoll of 64 seconds (value 6) and the maxpoll of 1024 seconds (value 10) (about 17...

Hi there, I run your nice container for NTP server, since Ubiquiti decided in all there wisdom to not implement a NTP Server in their UDM's AND not allow a...

Adding Support for running this container in Kubernetes based environments without requiring additional privileges.

I use TZ=Asia/Shanghai.Container date is change as expected,but the log not change ```shell root@k8s-master-91:~/ntp# cat run.sh #!/bin/bash docker rm -f ntp docker run -it -d --name=ntp \ -e TZ="Asia/Shanghai" \...