Commit Graph

954 Commits

Author SHA1 Message Date
Mrunal Patel af36d746ba Add Apparmor, Selinux and Seccomp sections
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2015-08-07 14:19:10 -04:00
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
Michael Crosby cb928bb8c0 Merge pull request #94 from LK4D4/expose_more_about_device
Replace Linux.Device with more specific config
2015-08-06 18:41:03 -04:00
Alexander Morozov 5273b3d785 Replace Linux.Device with more specific config
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-08-06 10:26:29 -07:00
Mrunal Patel 7414f4d3e9 Merge pull request #92 from vbatts/vbatts-travis_file
.: adding travis file for future CI
2015-08-04 11:38:52 -07:00
Michael Crosby 5b31bb2b77 Merge pull request #34 from mrunalp/hooks
hooks: start with pre-start and post-stop hooks.
2015-08-03 14:40:30 -04:00
Mrunal Patel 15dee2e03d runtime: Add prestart/poststop hooks
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>

Add hooks to the spec

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2015-08-03 14:36:42 -04:00
Vincent Batts 093e5e2fa3 .: adding travis file for future CI
Signed-off-by: Vincent Batts <vbatts@redhat.com>
2015-08-03 13:16:25 -04:00
Michael Crosby 16aac944b6 Merge pull request #91 from vbatts/vbatts-cleanup
golint
2015-08-03 13:09:55 -04:00
Vincent Batts 8029d26bca spec_linux: remove ending periods on one-line comments
Signed-off-by: Vincent Batts <vbatts@redhat.com>
2015-08-03 10:20:46 -04:00
Vincent Batts 8cb38067f2 spec_linux: conform to `golint`
Signed-off-by: Vincent Batts <vbatts@redhat.com>
2015-08-03 10:19:56 -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
Mrunal Patel d619f2fccb Merge pull request #86 from crosbymichael/mailinglist
Update readme with weekly call and mailing list
2015-07-29 12:31:18 -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
Mrunal Patel 0e39102096 Merge pull request #84 from jhjeong-kr/typo
typo: the -> for
2015-07-29 09:35:16 -07:00
Jin-Hwan Jeong d1407ff4d5 typo: the -> for
Signed-off-by: Jin-Hwan Jeong <jhjeong.kr@gmail.com>
2015-07-29 14:15:42 +09:00
Brandon Philips bf2b6364e7 Merge pull request #82 from philips/markdown-style-section
README: add a rule for paragraph formatting in markdown
2015-07-28 17:38:02 -07:00
Brandon Philips 1075520709 README: add a rule for paragraph formatting in markdown 2015-07-28 17:37:29 -07:00
Michael Crosby 55912bd676 Merge pull request #79 from laijs/json-notation-in-md
specs: add json notation
2015-07-27 09:06:50 -07:00
Michael Crosby 8718f81b67 Merge pull request #80 from laijs/fix-mappings-description
specs: fix the description for the [ug]idMappings
2015-07-27 09:06:23 -07:00
Michael Crosby e92fa189e1 Merge pull request #77 from laijs/convert-oc-to-runc
runtime.md: convert oc to runc
2015-07-27 09:05:24 -07:00
Alexander Morozov ee14acd1da Merge pull request #81 from laijs/align-graph
specs: align the ascii graph
2015-07-27 08:38:06 -07:00
Alexander Morozov f8fe0c0c1f Merge pull request #78 from laijs/rename-ocp
spec: rename ocp to oci and add a link
2015-07-27 08:27:56 -07:00
Lai Jiangshan 94d93ec010 specs: align the ascii graph
The three files/directory are at the same level in the bundle directory,
they should be aligned.

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
2015-07-26 16:38:17 +08:00
Lai Jiangshan d485f77fbd specs: fix the description for the [ug]idMappings
The fields in the [ug]idMappings are changed, we should fix
the description correspondingly.

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
2015-07-26 16:30:59 +08:00
Lai Jiangshan 2e186c62c3 specs: add json notation
Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
2015-07-26 16:27:20 +08: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
Lai Jiangshan 33cb754a79 runtime.md: convert oc to runc
"oc" is too short to understand here, "runc" seems better.

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
2015-07-26 14:58:38 +08:00
Alexander Morozov 5c98addb2b Merge pull request #71 from rootfs/master
make rootfs mount propagation mode settable
2015-07-17 08:56:33 -07:00
Huamin Chen c53bf87ac2 make rootfs mount propagation mode settable
Signed-off-by: Huamin Chen  <hchen@redhat.com>
2015-07-16 08:50:11 -04:00
Mrunal Patel fb8706c9df Merge pull request #67 from jhjeong-kr/master
typo: containers -> container's
2015-07-10 08:10:33 -07:00
Jin-Hwan Jeong c39cad5aad typo: containers -> container's
Signed-off-by: Jin-Hwan Jeong <jhjeong.kr@gmail.com>
2015-07-10 18:23:13 +09:00
Mrunal Patel 30d607aa38 Merge pull request #63 from wking/clarify-idmapping-fields
spec_linux.go: Rename IDMapping fields to follow syscall.SysProcIDMap
2015-07-09 11:45:40 -07:00
Brandon Philips 61e5579768 Merge pull request #61 from titanous/patch-1
Fix Windows path escaping in example mount JSON
2015-07-09 12:31:37 -06:00
Brandon Philips 0306f43e1b Merge pull request #54 from crosbymichael/license
Add license and DCO information for contributions
2015-07-08 17:44:44 -06:00
W. Trevor King 0887300359 spec_linux.go: Rename IDMapping fields to follow syscall.SysProcIDMap
'From' and 'To' are potentially ambiguous for a one-to-one map like
this, and there's already an established name convention in
SysProcIDMap [1].  This commit removes the mental overhead of two
separate naming schemes for the same information.  I'd like to drop
IDMapping entirely in favor of SysProcIDMap, but SysProcIDMap doesn't
give the JSON hints we need for (de)serializing.

[1]: https://golang.org/pkg/syscall/#SysProcIDMap
2015-07-08 10:48:51 -07:00
Michael Crosby e8990d65d1 Merge pull request #50 from mrunalp/userns_section
Adds a section for user namespace mappings
2015-07-08 09:28:18 -07:00
Jonathan Rudenberg 19cb6c7de9 Fix Windows path escaping in example mount JSON 2015-07-07 17:52:27 +00:00
Michael Crosby e45054b038 Merge pull request #60 from jonboulle/master
config: minor cleanup
2015-07-07 09:27:58 -07:00
Jonathan Boulle 625798536e config: minor cleanup
- link to official SemVer page
- link between config.md and config-linux.md and explain relationship
- fix typo (arch -> os)
- tweak formatting of some special characters
2015-07-06 17:37:01 -07:00
Mrunal Patel d8237f1899 Adds a section for user namespace mappings
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2015-07-06 16:05:05 -04:00
Michael Crosby 8fa5eb040a Merge pull request #59 from mrunalp/sysctl
Rename SystemProperties to Sysctl
2015-07-06 13:04:33 -07:00
Mrunal Patel 83003b6d25 Rename SystemProperties to Sysctl
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2015-07-06 13:57:37 -04:00
Mrunal Patel c604beacfc Merge pull request #55 from jonboulle/master
bundle.md: various updates to latest spec
2015-07-06 10:05:03 -07:00
Michael Crosby 554ea258d3 Merge pull request #58 from lizf-os/support-memory-swappiness
Add memory swappiness to linux spec
2015-07-06 09:49:08 -07:00
Zefan Li 09dff758c4 Add memory swappiness to linux spec
Signed-off-by: Zefan Li <lizefan@huawei.com>
2015-07-06 10:54:28 +08:00
Jonathan Boulle 112dcbb6a9 bundle.md: clarify arbitrary/conventional dirnames
Add a note describing that the names of directories in the bundle are
arbitrary and referenced from the configuration, but conventional names
(like "rootfs" and "signatures") should be used.
2015-07-02 17:50:49 -07:00
Jonathan Boulle 91f5ad7cfa bundle.md: various updates to latest spec
- Move to single root filesystem, as the configuration specification now
  only supports a single process
- Clarify that signatures are just another kind of content directory
- Cross-reference configuration specification for config.json
2015-07-02 17:36:09 -07:00
Alexander Morozov d803cc18a3 Merge pull request #53 from jonboulle/master
config.md: update links to spec schema code
2015-07-02 14:20:42 -07:00