From 0d6ef95dc15eb1a429e8edbc40fb64147c0c59ef Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Wed, 27 Jul 2016 10:25:59 -0400 Subject: [PATCH] Beginning sketch of usage --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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