|
@@ -1,7 +1,7 @@
|
|
|
# go-runc
|
|
|
|
|
|
[](https://travis-ci.org/containerd/go-runc)
|
|
|
-
|
|
|
+[](https://codecov.io/gh/containerd/go-runc)
|
|
|
|
|
|
This is a package for consuming the [runc](https://github.com/opencontainers/runc) binary in your Go applications.
|
|
|
It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!
|
|
@@ -12,3 +12,14 @@ or greater.
|
|
|
## Docs
|
|
|
|
|
|
Docs can be found at [godoc.org](https://godoc.org/github.com/containerd/go-runc).
|
|
|
+
|
|
|
+## Project details
|
|
|
+
|
|
|
+The go-runc is a containerd sub-project, licensed under the [Apache 2.0 license](./LICENSE).
|
|
|
+As a containerd sub-project, you will find the:
|
|
|
+
|
|
|
+ * [Project governance](https://github.com/containerd/project/blob/master/GOVERNANCE.md),
|
|
|
+ * [Maintainers](https://github.com/containerd/project/blob/master/MAINTAINERS),
|
|
|
+ * and [Contributing guidelines](https://github.com/containerd/project/blob/master/CONTRIBUTING.md)
|
|
|
+
|
|
|
+information in our [`containerd/project`](https://github.com/containerd/project) repository.
|