A ntp server using NTP-KEY to authenticate
sudo docker build . --tag ntp Important: Always start from the same folder otherwize the keys will change.
sudo docker run --name ntp --rm \
-v `pwd`/config:/config \
--publish=123:123/udp \
ntp