scripts first commit 3 years ago
.gitignore first commit 3 years ago
Dockerfile first commit 3 years ago
buildPEPPER.sh first commit 3 years ago
exportPEPPER.sh first commit 3 years ago
importPEPPERLITE.sh first commit 3 years ago
readme.txt first commit 3 years ago
runPEPPER.sh first commit 3 years ago
runPEPPERLITE.sh first commit 3 years ago
readme.txt
---
IMPORT and EXECUTE

> ./importPEPPERLITE.sh
> ./runPEPPERLITE.sh

open
http://docker_ip:6080
ssh
ssh ubuntu@docker_ip -p 2222
---
BUILD LITE IMAGE

> ./buildPEPPER.sh
> ./runPEPPER.sh

Reconstruction of a single layer image may take up to 20 minutes to merge multi-layer images.

> cat exportPEPPER.txt
> docker container ls 
> docker export PEPPER_containerID | gzip -c > pepper-lite.taz
> docker image ls
> docker image rm pepper_imageID
---