Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runc-docker: Add --console-socket=/dev/null | Jason Wessel | 2017-07-13 | 1 | -0/+1 |
| | | | | | | | | | This allows for setting up a detached session where you do not want to set the terminal to false in the config.json. More or less this is a runtime override. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||||
* | runc-docker: Uprev to 1.0-rc3+ | Jason Wessel | 2017-07-13 | 1 | -3/+6 |
| | | | | | | | Uprev to pick up latest changes in docker-runc. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||||
* | runc/containerd: create virtual/runc and virtual/containerd | Bruce Ashfield | 2017-02-20 | 1 | -0/+11 |
Since there are two implementations of runc and containerd that may not always be in sync, the docker variant, and the opencontainers variable, we create a virtual/* namespace for these components. Anything requiring runc or containerd should set a preferred provider to get the desired/tested variant. We set the default provider to the docker variants, since they are the primary use case for these components. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |