-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jim Van Fleet
committed
Jul 27, 2016
1 parent
1e79f31
commit 0d6ef95
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 |