Registry / other / opencontainers-runtime-tools

opencontainers-runtime-tools

JSON →
library0.9.0gogounverified

Provides tools and libraries for working with OCI runtime specifications and container runtimes.

go get github.com/opencontainers/runtime-tools
INSTALL
IMPORT
SIG · OPENCONTAINERS-RUN
O
opencontainers-runtime-tools
othergov0.9.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.

runtimeTools
github.com/opencontainers/runtime-tools

Generates an OCI runtime specification JSON.

package main import ( "fmt" "github.com/opencontainers/runtime-tools/generate" ) func main() { g := generate.New() g.SetProcessArgs([]string{"/bin/sh"}) spec, _ := g.Save() fmt.Println(string(spec)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
opencontainers-runtime-tools — go get opencontainers-runtime-tools · libregistry