Registry / other / opencontainers-runc

opencontainers-runc

JSON →
library1.4.3gogounverified

runc is a CLI tool for spawning and running containers according to the OCI specification.

go get github.com/opencontainers/runc
INSTALL
IMPORT
SIG · OPENCONTAINERS-RUN
O
opencontainers-runc
othergov1.4.3
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/opencontainers/runc

Creates a new libcontainer instance.

package main import ( "log" "github.com/opencontainers/runc/libcontainer" ) func main() { _, err := libcontainer.New("/tmp/container", libcontainer.Cgroupfs, nil) if err != nil { log.Fatal(err) } }
Debug
Known issues
gotcharunc requires root privileges for most operations.
fix
Run the application as root or use sudo.
affects: all
Upgrade
Version history
1.4.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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