mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-27 07:31:40 +01:00
add tftpd
This commit is contained in:
13
tftpd/Dockerfile
Normal file
13
tftpd/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Dockerfile for tftpd
|
||||
#
|
||||
|
||||
FROM alpine
|
||||
MAINTAINER kev <noreply@easypi.info>
|
||||
|
||||
RUN apk add --no-cache tftp-hpa
|
||||
VOLUME /tftpboot
|
||||
EXPOSE 69/udp
|
||||
|
||||
ENTRYPOINT ["in.tftpd"]
|
||||
CMD ["--verbose", "--foreground", "--secure", "--create", "--user", "root", "/tftpboot"]
|
||||
Reference in New Issue
Block a user