Commit Graph

58 Commits

Author SHA1 Message Date
Lai Jiangshan 012bf95040 spec: rename ocp to oci and add a link
Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
2015-07-26 16:24:01 +08:00
Michael Crosby 84707b0843 Add license and DCO information for contributions
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-07-02 13:56:14 -07:00
W. Trevor King 80a464d096 README: Focus on local runtime (create/start/stop)
These actions need consistent tooling, and they're the sweet spot for
tools like runc.  Once you map the container spec to the filesystem,
the other actions (copy, snapshot, upload, download) can all be
handled by existing tools (e.g. POSIX's 'cp', 'btrfs subvolume
snapshot', netcat, etc.).  If existing tooling for those actions is
not sufficiently portable, new portable tools can be written, but that
should be separate from the container-specific stuff here.

I'm not sure about the intended meaning of the 'tagged' action.  Was
that intended for discoverability ("I want a container named 'Nginx'")
or auth ("Is my local /srv/nginx the same container 'Nginx' that Bob
audited?").  I think both are independent of the container runtime
though.
2015-06-25 12:15:41 -07:00
W. Trevor King 09487bb151 README: Remove blank line from infrastructure-agnostic paragraph 2015-06-24 22:06:37 -07:00
Brandon Philips 5d2eb180f6 *: re-org the spec
We had an in-person spec discussion, lets separate the spec into some
high-level sections to clarify future discussion.

Crosby agreed to let me merge to master :)
2015-06-24 17:15:48 -07:00
Patrick Chanezon 33bd340dba made repo public. Added warning in README 2015-06-24 13:32:07 -07:00
Patrick Chanezon b75670bc7d Update README.md 2015-06-16 18:07:31 -07:00
Patrick Chanezon e8db22fd74 created spec docs 2015-06-05 17:39:27 -07:00