Update README.md

This commit is contained in:
Pi-Farm
2025-03-22 23:16:49 +01:00
committed by GitHub
parent a5b9cc941a
commit 88df842cdf

View File

@@ -1,20 +1,33 @@
HowToBuild and setup HowToBuild and setup
Clone this repo: "git clone https://github.com/pi-farm/Docker-PXE-Server.git" Clone this repo: "git clone https://github.com/pi-farm/Docker-PXE-Server.git"
and cd into it: "cd pxe-server" and cd into it: "cd Docker-PXE-Server"
run: "bash start.sh" #####################################################################################################
1. choose (b) to build the image 1: run: "bash start" or "bash t-start"
2. restart your pc
3. edit the p2-include-handle file in RPi-PXE-Server folder 1.1: choose (b) to build the image and installing everythin in the container
1.2: restart your pi
#####################################################################################################
2: run: "bash start" or "bash t-start"
2.1: choose (e) to edit the p2-include-handle file in RPi-PXE-Server
(look here: https://github.com/beta-tester/RPi-PXE-Server#p2-include-handle--c2-custom-handle) (look here: https://github.com/beta-tester/RPi-PXE-Server#p2-include-handle--c2-custom-handle)
4. run "bash start.sh" again an choose (s) for setup 2.2: choose (s) to setup the PXE-Container
5. restart your pc 2.3: restart your pi
6. run "bash start.sh" again an choose (u) for update
after that, your docker-container is ready #####################################################################################################
3: run: "bash start" or "bash t-start"
3.1: choose (u) for update
After that, your PXE-Container is ready!
#####################################################################################################
to check, if the volumes are mounted, go into the running container: to check, if the volumes are mounted, go into the running container:
- run: "docker exec -it pxe-container bash" - run: "docker exec -it pxe-container bash"
@@ -29,5 +42,4 @@ if not, try to start the services:
"systemctl start chrony dnsmasq lighttpd nfs-mountd nfs-server nfs-kernel-server" "systemctl start chrony dnsmasq lighttpd nfs-mountd nfs-server nfs-kernel-server"
NOTE: win-pxe / SAMBA feature not tested... coming soon! NOTE: win-pxe / SAMBA feature not tested... coming soon!