Sign inSign up

awmath/ntpd

By awmath

Updated over 9 years ago

A simple ntp server based on the official fedora image.

Image
0

932

awmath/ntpd repository overview

docker-ntpd

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

Tag summary

Content type

Image

Digest

Size

203 MB

Last updated

over 9 years ago

docker pull awmath/ntpd