You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make docs/, which landed in 7a4cb36 (docs/command-line-interface: Add
Runtime CLI Spec, 2018-01-09, #321), more discoverable. Also document
the 'RUNTIME' option.
Signed-off-by: W. Trevor King <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,17 @@ If your distribution does not package node-tap, you can install [npm][] (for exa
37
37
$ npm install tap
38
38
```
39
39
40
+
Build the validation executables:
41
+
40
42
```console
41
43
$ make runtimetest validation-executables
44
+
```
45
+
46
+
Runtime validation currently [only supports](docs/runtime-compliance-testing.md) the [OCI Runtime Command Line Interface](doc/command-line-interface.md).
47
+
If we add support for alternative APIs in the future, runtime validation will gain an option to select the desired runtime API.
48
+
For the command line interface, the `RUNTIME` option selects the runtime command (`funC` in the [OCI Runtime Command Line Interface](doc/command-line-interface.md)).
0 commit comments