containerd/vendor/github.com/containerd/go-runc
Akihiro Suda 6f715ab101
go.mod: github.com/containerd/go-runc v1.1.0
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2023-05-17 13:45:37 +09:00
..
.golangci.yml go.mod: github.com/containerd/go-runc v1.1.0 2023-05-17 13:45:37 +09:00
command_linux.go Update go-runc to e029b79d8cda8374981c64eba71f28e 2019-09-11 11:20:34 -04:00
command_other.go go.mod: github.com/containerd/go-runc v1.1.0 2023-05-17 13:45:37 +09:00
console.go go.mod: github.com/containerd/go-runc v1.1.0 2023-05-17 13:45:37 +09:00
container.go Update containerd deps 2018-03-08 13:57:30 -05:00
events.go go.mod: github.com/containerd/go-runc v1.1.0 2023-05-17 13:45:37 +09:00
io_unix.go go.mod: github.com/containerd/go-runc v1.1.0 2023-05-17 13:45:37 +09:00
io_windows.go go.mod: github.com/containerd/go-runc v1.1.0 2023-05-17 13:45:37 +09:00
io.go go.mod: github.com/containerd/go-runc v1.1.0 2023-05-17 13:45:37 +09:00
LICENSE Update go-runc and console 2017-05-24 17:38:24 +01:00
monitor.go go.mod: github.com/containerd/go-runc v1.1.0 2023-05-17 13:45:37 +09:00
README.md go.mod: github.com/containerd/go-runc v1.1.0 2023-05-17 13:45:37 +09:00
runc.go go.mod: github.com/containerd/go-runc v1.1.0 2023-05-17 13:45:37 +09:00
utils.go go.mod: github.com/containerd/go-runc v1.1.0 2023-05-17 13:45:37 +09: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.