Initial commit
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM alpine:3
|
||||
RUN apk add openntpd && mkdir -m 1777 /var/empty/tmp
|
||||
COPY ./ntpd.conf /etc/ntpd.conf
|
||||
EXPOSE 123/udp
|
||||
ENTRYPOINT ["/usr/sbin/ntpd", "-d", "-f", "/etc/ntpd.conf"]
|
Reference in New Issue
Block a user