k3s/vendor/github.com/containerd/go-runc
2020-08-28 17:18:31 -07:00
..
.travis.yml
command_linux.go
command_other.go
console.go
container.go
events.go
go.mod Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
go.sum Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
io_unix.go
io_windows.go
io.go
LICENSE
monitor.go
README.md
runc.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00
utils.go Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07:00

go-runc

Build Status codecov

This is a package for consuming the 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 or greater.

Docs

Docs can be found at godoc.org.

Project details

The go-runc is a containerd sub-project, licensed under the Apache 2.0 license. As a containerd sub-project, you will find the:

information in our containerd/project repository.