wking / oci-command-line-api

A command-line API specification for opencontainers/specs
Apache License 2.0
2 stars 3 forks source link

OCI Runtime Command Line Interface

The OCI Runtime Specification currently focuses on the bundle-author ↔ runtime interface, but there is renewed interest in specifying a command-line API for the runtime-caller ↔ runtime interface. A common command-line API would make it easier to build higher-level tools that are runtime-agnostic (e.g. compliance testers like runtime-tools). This repository contains initial work on that API, with more detailed discussion in this thread. The usual development rules apply, and the legal stuff is spelled out here. The target for the inital design will be to match the specified lifecycle, keeping as much similarity with the existing runC command-line as possible.