mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2025-12-10 02:08:26 +00:00
add unzip in dockerfile
This commit is contained in:
42
start.sh
42
start.sh
@@ -7,19 +7,35 @@ ende()
|
||||
###################
|
||||
|
||||
menue()
|
||||
{ echo "b) Build and startup the docker-containers"
|
||||
echo "s) Setup the docker-containers"
|
||||
echo ""
|
||||
echo "r) Start the existing docker-containers"
|
||||
echo "x) Stop the docker-containers"
|
||||
echo "u) Update the PXE-Server"
|
||||
echo ""
|
||||
echo "t) Show TCPDUMP on port 67-69 of the PXE-Container"
|
||||
echo ""
|
||||
echo "D) DELETE the existing docker-containers and docker images completely"
|
||||
echo ""
|
||||
echo "EXIT Exit this script, but PXE-Server is running, if started"
|
||||
echo ""
|
||||
{
|
||||
echo "___________________________________________________________________________________________"
|
||||
echo "| |"
|
||||
echo "| PPPP XX XX EEEEEEE |"
|
||||
echo "| PP PP XX XX EE |"
|
||||
echo "| PP PP XXXX EE |"
|
||||
echo "| PPPPP XX EEEEE |"
|
||||
echo "| PP XXXX EE |"
|
||||
echo "| PP XX XX EE |"
|
||||
echo "| PP XX XX EEEEEEE |"
|
||||
echo "|_________________________________________________________________________________________|"
|
||||
echo "| |"
|
||||
echo "| b) Build the Docker-Image and startup the Docker-Containers |"
|
||||
echo "| s) Setup the PXE-Server |"
|
||||
echo "| |"
|
||||
echo "| r) Start the existing docker-containers |"
|
||||
echo "| x) Stop the docker-containers |"
|
||||
echo "| u) Update the PXE-Server |"
|
||||
echo "| |"
|
||||
echo "| t) Show TCPDUMP on port 67-69 of the PXE-Container |"
|
||||
echo "| |"
|
||||
echo "| p) Run TAILS-Patch-Script. Tails has to be already downloaded an mounted! |"
|
||||
echo "| (see https://github.com/beta-tester/RPi-PXE-Server/issues/31) |"
|
||||
echo "| |"
|
||||
echo "| D) DELETE the existing docker-containers and docker images completely |"
|
||||
echo "| |"
|
||||
echo "| EXIT Exit this script, but PXE-Server is running, if started. |"
|
||||
echo "| |"
|
||||
echo "|_________________________________________________________________________________________|"
|
||||
echo ""
|
||||
read -p "Your choice: " menue_wahl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user