Initial commit
All checks were successful
Update Docker Hub Description / dockerHubDescription (push) Successful in 13s
Docker Image CI / build_docker_images (push) Successful in 12m11s

This commit is contained in:
2025-11-11 16:51:34 +01:00
committed by GianLuca Vagnuzzi
commit 8e7f5bfb48
9 changed files with 855 additions and 0 deletions

38
README.md Normal file
View File

@@ -0,0 +1,38 @@
# Tftp server
Tftp server based on Alpine Linux.
## Quick reference
* Where to file issues:
[Gitea](https://git.gmmg.it/kom23/tftp/issues)
* Supported architectures: amd64 , armv7 , arm64v8
## To run:
### ...by docker run:
```
docker run -di -p 69:69/udp -v /var/tftpboot:/var/tftpboot rardcode/tftp
```
### ...by docker-compose file:
```
services:
app:
image: rardcode/tftp
container_name: tftp
volumes:
- /var/tftpboot:/var/tftpboot
ports:
- 69:69/udp
restart: unless-stopped
```
## Changelog
v1.0.2 - 09.10.2025
- Alpine v. 3.22.2
v1.0.1 - 14.08.2025
- Alpine v. 3.22.1
- tftp-hpa v. 5.2-r7
v1.0.0 - 24.06.2025
- Alpine v. 3.22.0
- tftp-hpa v. 5.2-r7