Skip to content

Commit

Permalink
Beginning sketch of usage
Browse files Browse the repository at this point in the history
  • 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.
26 changes: 26 additions & 0 deletions README.md
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

0 comments on commit 0d6ef95

Please sign in to comment.