https://github.com/containerd/go-runc
runc bindings for Go
https://github.com/containerd/go-runc
runc runc-cli
Last synced: 10 months ago
JSON representation
runc bindings for Go
- Host: GitHub
- URL: https://github.com/containerd/go-runc
- Owner: containerd
- License: apache-2.0
- Created: 2016-12-05T18:37:42.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T05:44:34.000Z (about 2 years ago)
- Last Synced: 2025-06-15T21:20:28.249Z (11 months ago)
- Topics: runc, runc-cli
- Language: Go
- Homepage:
- Size: 167 KB
- Stars: 167
- Watchers: 20
- Forks: 79
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-runc
[](https://github.com/containerd/go-runc/actions?query=workflow%3ACI)
[](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!
This needs runc @ [a9610f2c0](https://github.com/opencontainers/runc/commit/a9610f2c0237d2636d05a031ec8659a70e75ffeb)
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/main/GOVERNANCE.md),
* [Maintainers](https://github.com/containerd/project/blob/main/MAINTAINERS),
* and [Contributing guidelines](https://github.com/containerd/project/blob/main/CONTRIBUTING.md)
information in our [`containerd/project`](https://github.com/containerd/project) repository.