diff --git a/README.md b/README.md index c86f12d..79990fc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OCI command-line API +# OCI Runtime Command Line Interface The [OCI Runtime Specification][specs] 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][runtime-tools]). diff --git a/runtime.md b/runtime.md index aeb39e5..1d4c749 100644 --- a/runtime.md +++ b/runtime.md @@ -1,4 +1,4 @@ -# Operations +# OCI Runtime Command Line Interface A conformant runtime MUST provide an executable (called `funC` in the following examples). That executable MUST support commands with the following template: