This commit is contained in:
parent
cfe968168f
commit
7746dd02e1
4 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
||||||
FROM alpine:3.22.0
|
FROM alpine:3.22.0
|
||||||
|
|
||||||
LABEL maintainer="Phil <phil@hackmi.ch>"
|
LABEL maintainer="Phil <phil@hackmi.ch>"
|
||||||
LABEL version="0.1"
|
|
||||||
LABEL description="Docker image for TFTP server using dnsmasq"
|
LABEL description="Docker image for TFTP server using dnsmasq"
|
||||||
|
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
# docker-tftp
|
# docker-tftp
|
||||||
|
## simple & slim TFTP server using dnsmasq
|
||||||
simple & slim TFTP server using dnsmasq
|
### Docs
|
||||||
|
- TODO
|
Loading…
Add table
Add a link
Reference in a new issue