diff --git a/README.md b/README.md index f4e6867..a61b09d 100644 --- a/README.md +++ b/README.md @@ -1 +1,27 @@ # util + +This repository is intended to be downloaded into a container repository during development for convenience purposes. Since the major mechanisms of developing to the Docker container construction lifecycle are identical across container images, this repository allows for consistency and additional ease of use across all container images. + +## Install + +To use these scripts on your container image construction project, issue these commands in the root directory of your container project: + +``` +``` + +## Use + +### Building + +#### build.sh +`bin/build ` +#### destroy.sh +#### rebuild.sh + +### Running +### rerun.sh +### run.sh + + +### Testing +#### test.sh \ No newline at end of file