Sign inSign up

tusc/chrony-udm

By tusc

Updated about 6 years ago

NTPD server for the UDM/pro, based on https://hub.docker.com/r/cturra/ntp but built for arm64v8

Image
6

10K+

tusc/chrony-udm repository overview

You'll need boostchicken's CNI tools installed on the UDM in order to handle port mapping for the container which you can install with the following:

## network configuration and startup:
CNI_PATH=/mnt/data/podman/cni
if [ ! -f "$CNI_PATH"/macvlan ]; then
    mkdir -p $CNI_PATH
    curl -L https://github.com/containernetworking/plugins/releases/download/v0.8.6/cni-plugins-linux-arm64-v0.8.6.tgz | tar -xz -C $CNI_PATH
fi

mkdir -p /opt/cni
rm -f /opt/cni/bin
ln -s $CNI_PATH /opt/cni/bin

Once this is installed, type the following to start the container:

docker run --name=ntp             \
              --restart=always       \
              --detach=true          \
              --publish=123:123/udp  \
              --cap-add=SYS_TIME     \
              tusc/chrony-udm

Once the container is up you can update your local clients to point to the UDM internal IP address as the NTP server.

Tag summary

Content type

Image

Digest

Size

2.8 MB

Last updated

about 6 years ago

docker pull tusc/chrony-udm