rpsa/tftp

By rpsa

Updated 3 months ago

Servidor tftp con permisos de creación , para ama y arm

Image
Networking
0

7.8K

rpsa/tftp repository overview

FROM alpine:3.20

RUN apk add --no-cache tftp-hpa

RUN mkdir -p /srv/tftp && chmod 777 /srv/tftp

EXPOSE 69/udp

CMD ["/usr/sbin/in.tftpd", "--foreground", "--secure", "--create", "/srv/tftp"]

Tag summary

Content type

Image

Digest

sha256:c60c70bba

Size

3.5 MB

Last updated

3 months ago

docker pull rpsa/tftp