mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
e5d28115ee
- all changes here are attributed to difference in behaviour between, namely: - resolution of secondary test dependencies - prunning of non-Go files Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
.travis.yml | ||
command_linux.go | ||
command_other.go | ||
console.go | ||
container.go | ||
events.go | ||
io.go | ||
io_unix.go | ||
io_windows.go | ||
LICENSE | ||
monitor.go | ||
README.md | ||
runc.go | ||
runc_unix.go | ||
runc_windows.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.