diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3d14ae --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +--- +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 +--- diff --git a/readme.txt b/readme.txt deleted file mode 100644 index f40371c..0000000 --- a/readme.txt +++ /dev/null @@ -1,25 +0,0 @@ ---- -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 ---- -