Skip to content

Commit

Permalink
doc: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Oct 27, 2024
1 parent 9e7ee71 commit dab499b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ outputs:
version: "24.04"
- bash_flavor:
```
To compose the modules defined in `yard.yaml` into Containerfiles, simply run `yard build`.
Which in the above case, will output a single Containerfile to your current directory.

### Full Example Schema
```yaml
Expand Down Expand Up @@ -69,9 +71,6 @@ hooks:
post: echo Done
```
To compose the modules defined in `yard.yaml` into Containerfiles, simply run `yard build`.
Which in the above case, will output a single Containerfile to your current directory.

## Declaring A Simple Module
Modules represent some specific functionality of a container.
Expand Down

0 comments on commit dab499b

Please sign in to comment.