Newer
Older
pepper / exportPEPPER.sh
@ikko.k.kobayashi ikko.k.kobayashi on 27 Mar 2021 270 bytes fine tuneup
#!/bin/bash
read -p "Open new terminal and execute ./runPEPPER.sh"
echo "Current running docker ontainer id is "
docker ps -q
read -p "When the string GET /api/health HTTP/1.1 is displayed, please hit Enter key"
docker export $(docker ps -q) | gzip -c > pepper-lite.taz