Registry / utility / containerd-go-runc

containerd-go-runc

JSON →
library1.1.0gogounverified

Go library for managing runc containers.

go get github.com/containerd/go-runc
INSTALL
IMPORT
SIG · CONTAINERD-GO-RUNC
C
containerd-go-runc
utilitygov1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

runc
github.com/containerd/go-runc

Initialize a runc client and print its version.

package main import ( "log" "github.com/containerd/go-runc" ) func main() { r := &runc.Runc{} log.Println(r.Version()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
containerd-go-runc — go get containerd-go-runc · libregistry