mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
9a82a9a8ea
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> |
||
---|---|---|
.. | ||
command_linux.go | ||
command_other.go | ||
console.go | ||
container.go | ||
events.go | ||
go.mod | ||
io.go | ||
io_unix.go | ||
io_windows.go | ||
LICENSE | ||
monitor.go | ||
README.md | ||
runc.go | ||
utils.go |
go-runc
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.