Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.24 KB

README.md

File metadata and controls

14 lines (12 loc) · 1.24 KB

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.