k3s/vendor/github.com/containerd/go-runc
Brad Davidson b352d73511 Bump containerd to v1.4.8-k3s1
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-07-20 15:44:06 -07:00
..
.travis.yml Bump containerd to v1.4.8-k3s1 2021-07-20 15:44:06 -07:00
command_linux.go Update vendor 2019-09-27 16:54:32 -07:00
command_other.go Update vendor 2019-01-11 21:58:27 -07:00
console.go Update vendor 2019-01-11 21:58:27 -07:00
container.go Update vendor 2019-01-11 21:58:27 -07:00
events.go Update vendor 2019-01-11 21:58:27 -07:00
go.mod Bump containerd to v1.4.8-k3s1 2021-07-20 15:44:06 -07:00
go.sum Bump containerd to v1.4.8-k3s1 2021-07-20 15:44:06 -07:00
io_unix.go Bump containerd to v1.4.8-k3s1 2021-07-20 15:44:06 -07:00
io_windows.go Update vendor 2019-01-11 21:58:27 -07:00
io.go Update vendor 2019-01-11 21:58:27 -07:00
LICENSE Update vendor 2019-01-11 21:58:27 -07:00
monitor.go Update vendor 2019-01-11 21:58:27 -07:00
README.md Update vendor 2019-09-27 16:54:32 -07:00
runc_unix.go Bump containerd to v1.4.8-k3s1 2021-07-20 15:44:06 -07:00
runc_windows.go Bump containerd to v1.4.8-k3s1 2021-07-20 15:44:06 -07:00
runc.go Bump containerd to v1.4.8-k3s1 2021-07-20 15:44:06 -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.