mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
7acea2a243
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
14 lines
598 B
Markdown
14 lines
598 B
Markdown
# go-runc
|
|
|
|
[![Build Status](https://travis-ci.org/containerd/go-runc.svg?branch=master)](https://travis-ci.org/containerd/go-runc)
|
|
|
|
|
|
This is a package for consuming the [runc](https://github.com/opencontainers/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](https://github.com/opencontainers/runc/commit/a9610f2c0237d2636d05a031ec8659a70e75ffeb)
|
|
or greater.
|
|
|
|
## Docs
|
|
|
|
Docs can be found at [godoc.org](https://godoc.org/github.com/containerd/go-runc).
|