containerd/vendor/github.com/containerd/go-runc
Sebastiaan van Stijn bd2c0898aa
go.mod: github.com/containerd/go-runc v0.0.0-20201020171139-16b287bc67d0
full diff: 7016d3ce23...16b287bc67

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-13 20:12:12 +01:00
..
.travis.yml go.mod: github.com/containerd/go-runc v0.0.0-20201020171139-16b287bc67d0 2021-03-13 20:12:12 +01:00
command_linux.go Update go-runc to e029b79d8cda8374981c64eba71f28e 2019-09-11 11:20:34 -04:00
command_other.go Add lib support as an option 2018-08-02 17:11:29 -04:00
console.go Introduce containerd-shim-runhcs-v1 on Windows 2018-08-22 08:15:43 -07:00
container.go Update containerd deps 2018-03-08 13:57:30 -05:00
events.go Update containerd deps 2018-03-08 13:57:30 -05:00
go.mod go.mod: github.com/containerd/go-runc v0.0.0-20201020171139-16b287bc67d0 2021-03-13 20:12:12 +01:00
go.sum go.mod: github.com/containerd/go-runc v0.0.0-20201020171139-16b287bc67d0 2021-03-13 20:12:12 +01:00
io_unix.go go.mod: github.com/containerd/go-runc v0.0.0-20201020171139-16b287bc67d0 2021-03-13 20:12:12 +01:00
io_windows.go Don't provide IO when it's not set 2018-09-07 18:30:31 -04:00
io.go Don't provide IO when it's not set 2018-09-07 18:30:31 -04:00
LICENSE Update go-runc and console 2017-05-24 17:38:24 +01:00
monitor.go Update containerd deps 2018-03-08 13:57:30 -05:00
README.md vendor: bump go-runc 2019-07-03 21:57:10 +08:00
runc_unix.go go.mod: github.com/containerd/go-runc v0.0.0-20201020171139-16b287bc67d0 2021-03-13 20:12:12 +01:00
runc_windows.go go.mod: github.com/containerd/go-runc v0.0.0-20201020171139-16b287bc67d0 2021-03-13 20:12:12 +01:00
runc.go go.mod: github.com/containerd/go-runc v0.0.0-20201020171139-16b287bc67d0 2021-03-13 20:12:12 +01:00
utils.go Bump go-runc for buffer race fix 2019-12-06 11:40:50 -05: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.