k3s/vendor/github.com/containerd/go-runc
Darren Shepherd 661988fb38 Update vendor
2019-09-27 16:54:32 -07:00
..
.travis.yml Update vendor 2019-09-27 16:54:32 -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
io_unix.go Update vendor 2019-01-11 21:58:27 -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.go Update vendor 2019-09-27 16:54:32 -07:00
utils.go Update vendor 2019-01-11 21:58:27 -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.