Skip to content

Commit

Permalink
*: "OCI Runtime Command Line Interface"
Browse files Browse the repository at this point in the history
Pick a better title.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Feb 8, 2017
1 parent 036dc3c commit e71f7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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]).
Expand Down
2 changes: 1 addition & 1 deletion runtime.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit e71f7aa

Please sign in to comment.