Skip to content

Commit

Permalink
Merge pull request #686 from vsoch/fix/CoC-link
Browse files Browse the repository at this point in the history
adding security and CoC links
  • Loading branch information
Mrunal Patel authored Mar 1, 2019
2 parents 69874c8 + 9585ecb commit 4a85ba2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
oci-runtime-tool is a collection of tools for working with the [OCI runtime specification][runtime-spec].
To build from source code, runtime-tools requires Go 1.10.x or above.

## Table of Contents

Additional documentation about how this group operates:

- [Code of Conduct][code-of-conduct]
- [security][security]


## Generating an OCI runtime spec configuration files

[`oci-runtime-tool generate`][generate.1] generates [configuration JSON][config.json] for an [OCI bundle][bundle].
Expand Down Expand Up @@ -112,6 +120,8 @@ Files=1, Tests=1, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.03 cusr 0.03 csys
Result: PASS
```

[security]: https://github.com/opencontainers/org/blob/master/security
[code-of-conduct]: https://github.com/opencontainers/org/blob/master/CODE_OF_CONDUCT.md
[bundle]: https://github.com/opencontainers/runtime-spec/blob/master/bundle.md
[config.json]: https://github.com/opencontainers/runtime-spec/blob/master/config.md
[debian-node-tap]: https://packages.debian.org/stretch/node-tap
Expand Down

0 comments on commit 4a85ba2

Please sign in to comment.