GitXplorerGitXplorer
w

oci-command-line-api

public
2 stars
3 forks
2 issues

Commits

List of commits on branch master.
Unverified
b4176a9f0b0238da0ebf38c9ed805eb5f282dcf6

runtime: Add "NOT RECOMMENDED" to RFC 2119 keywords

wwking committed 7 years ago
Unverified
be7de4f8a73a866e80cb796bdf58477152c46de6

runtime: Add compliance language

wwking committed 8 years ago
Unverified
7941be469ddde105d834606b302b714db247acc6

runtime: Define "unspecified", "undefined", and "implementation-defined"

wwking committed 8 years ago
Unverified
32244e6bbc53442131c98d0ade15d0a2e33a81bc

runtime: Document RFC 2119 wording

wwking committed 8 years ago
Unverified
63bfd58dd7f3e67a7cec499b439593f7fb716419

Merge branch 'runtime-spec-513'

wwking committed 8 years ago
Unverified
26440a5153a074276d1094764292c6c784333812

runtime: Replace '$LISTEN_FDS + 3' with '--console-socket FD'

wwking committed 8 years ago

README

The README file for this repository.

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.