generated from timoschneider/yocto-template
added tftp server for easy flashing over network
This commit is contained in:
@@ -40,3 +40,11 @@ services:
|
||||
stdin_open: true # equivalent to -it
|
||||
tty: true # equivalent to -it
|
||||
restart: always
|
||||
|
||||
yocto-tftp:
|
||||
image: hub.anxietyprime.de/tools/tftp-server:latest
|
||||
container_name: yocto-tftp
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./build/deploy-ti/:/tftp
|
||||
restart: always
|
||||
Reference in New Issue
Block a user