This commit is contained in:
pi-farm
2023-11-17 18:28:21 +01:00
commit 83aebf933f
20 changed files with 274 additions and 0 deletions

9
build_run.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
docker stop pxe-container-s6
docker rm pxe-container-s6
docker rmi pxe-image:s6-test01
docker build -t pxe-image:s6-test01 .
#docker run -it --privileged --net=host --volume ${PWD}/RPi-PXE-Server:/app/RPi-PXE-Server --volume ${PWD}/srv:/srv --name pxe-container-s6 pxe-image:s6-test01
##docker exec -it pxe-container-s6 bash