mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-26 15:40:25 +07:00
6 lines
105 B
Docker
6 lines
105 B
Docker
|
FROM alpine:3
|
||
|
|
||
|
RUN apk add tftp-hpa
|
||
|
|
||
|
CMD [ "in.tftpd", "--foreground", "--secure", "/var/lib/tftpboot" ]
|