Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oci-systemd-hook: Uprev hook to latest | Jason Wessel | 2017-07-13 | 2 | -16/+21 |
| | | | | | | | | | | | | The selinux disable patch required changes as more setfilecon operations were added. The new upstream work is needed to allow the rootfs specification to continue working because runc no longer passes the "root" key as a part of the json configuration which is sent to a hook via stdin. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||||
* | runc: introduce oci-systemd-hook | Bruce Ashfield | 2016-11-21 | 3 | -0/+100 |
To support running "OS containers" aka systemd as the entry point under runc, we provide the oci-systemd-hook. By adding this to the pre-start and stop hook points, coupled with the proper config.json, you can start systemd controlled containers via runc. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |