Commit Graph

13 Commits

Author SHA1 Message Date
Vincent Batts b3ebf849bf .: Adding listing of implementations
* runc
* runv - https://groups.google.com/a/opencontainers.org/d/msg/dev/Tjq5QJ_eez0/LMt3dgReDQAJ
* ocp-testing - https://groups.google.com/a/opencontainers.org/d/msg/dev/_XUjuKzL84g/i2n5s0iUBgAJ

Signed-off-by: Vincent Batts <vbatts@redhat.com>
2015-08-07 13:18:13 -04:00
Vincent Batts 9ed6de6631 Merge pull request #85 from philips/bundle-use-case
bundle: add initial run use case
2015-07-31 22:08:14 -04:00
Brandon Philips 4b90d6bed4 bundle: add initial run use case
Signed-off-by: Brandon Philips <brandon.philips@coreos.com>
2015-07-30 11:54:17 -07:00
Michael Crosby 36deacd0b2 Update readme with weekly call and mailing list
This adds information for new participants to join the mailing list and
weekly meeting.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-07-29 11:30:53 -07:00
Brandon Philips 1075520709 README: add a rule for paragraph formatting in markdown 2015-07-28 17:37:29 -07:00
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