Skip to content

Commit 036dc3c

Browse files
committed
README: Update links and text
This hadn't been touched since 2015-12-02, and was getting pretty stale ;). Signed-off-by: W. Trevor King <[email protected]>
1 parent b7429c8 commit 036dc3c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# OCI command-line API
22

3-
The [OCI Specifications][specs] currently focus on the bundle-author ↔ runtime interface, but there is renewed interest in specifying a command-line API for the runtime-caller ↔ runtime interface.
4-
A common command-line API would make it easier to build higher-level tools that are runtime-agnostic (e.g. conformance testers like [ocitools][ocitools-test]).
3+
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.
4+
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]).
55
This repository contains initial work on that API, with more detailed discussion in [this thread][thread].
66
The usual [development rules][rules] apply, and the legal stuff is spelled out [here](CONTRIBUTING.md).
7-
The target for the inital design will be to match [the lifecycle pull request][lifecycle], keeping as much similarity with the existing [runC][] command-line as possible.
7+
The target for the inital design will be to match [the specified lifecycle][lifecycle], keeping as much similarity with the existing [runC][] command-line as possible.
88

9-
[specs]: https://github.com/opencontainers/specs
10-
[ocitools-test]: https://github.com/mrunalp/ocitools#testing-oci-runtimes
9+
[runtime-spec]: https://github.com/opencontainers/runtime-spec
10+
[runtime-tools-validate]: https://github.com/opencontainers/runtime-tools
1111
[thread]: https://groups.google.com/a/opencontainers.org/forum/#!topic/dev/BIxya5eSNLo
12-
[rules]: https://github.com/opencontainers/specs#contributing
13-
[lifecycle]: https://github.com/opencontainers/specs/pull/231
12+
[rules]: https://github.com/opencontainers/runtime-spec#contributing
13+
[lifecycle]: https://github.com/opencontainers/runtime-spec/blob/master/runtime.md#lifecycle
1414
[runC]: https://github.com/opencontainers/runc

0 commit comments

Comments
 (0)