diff --git a/exportPEPPER.sh b/exportPEPPER.sh index 9e0cddd..0589a96 100755 --- a/exportPEPPER.sh +++ b/exportPEPPER.sh @@ -1,6 +1,9 @@ #!/bin/bash -read -p "Open new terminal and execute ./runPEPPER.sh" +read -p "Open a new terminal and run . /runPEPPER.sh and wait until you see GET /api/health HTTP/1.0. Press enter key." +echo "-------------------------" echo "Current running docker ontainer id is " +echo "-------------------------" docker ps -q -read -p "When the string GET /api/health HTTP/1.1 is displayed, please hit Enter key" +echo "-------------------------" +read -p "Make sure that only one container ID is running and after that press enter key to capture single layered container image to pepper-lite.taz." docker export $(docker ps -q) | gzip -c > pepper-lite.taz