A simple ntp server based on the official fedora image.
932
Inspired by https://github.com/tutumcloud/ntpd. But without running the container privileged.
The following docker-compose.yml will get you up and running
version: '2'
services:
ntpd:
image: awmath/ntpd
cap_add:
- SYS_TIME
restart: always
container_name: ntpd
hostname: ntpd
ports:
- 123:123/udp
volumes:
- /etc/ntp.conf:/etc/ntp.conf
Content type
Image
Digest
Size
203 MB
Last updated
over 9 years ago
docker pull awmath/ntpd