Newer
Older
pepper / exportPEPPER.sh
@ikko.k.kobayashi ikko.k.kobayashi on 27 Mar 2021 283 bytes first commit
#!/bin/bash
read -p "Please open new terminal and run ./runPEPPER.sh after that hit Enter key"
echo "export container 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