summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-docker_git.bb
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2017-07-13 10:09:03 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-07-13 13:53:57 -0400
commit11fac209f2bb0e3b2a51a6c5304cbaa4cfeadcbe (patch)
treedd5b41a8ca7393aad51d355f0ea97da9faa5b26f /recipes-containers/runc/runc-docker_git.bb
parentd2dbd7d8d25b96d5ec58c693c50eb6159b8e4c96 (diff)
downloadmeta-virtualization-11fac209f2bb0e3b2a51a6c5304cbaa4cfeadcbe.tar.gz
runc-docker: Add --console-socket=/dev/null
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>
Diffstat (limited to 'recipes-containers/runc/runc-docker_git.bb')
-rw-r--r--recipes-containers/runc/runc-docker_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
index 194d6612..f412c84b 100644
--- a/recipes-containers/runc/runc-docker_git.bb
+++ b/recipes-containers/runc/runc-docker_git.bb
@@ -7,6 +7,7 @@ SRC_URI = "git://github.com/docker/runc.git;nobranch=1;name=runc-docker \
7 file://0001-Update-to-runtime-spec-198f23f827eea397d4331d7eb048d.patch \ 7 file://0001-Update-to-runtime-spec-198f23f827eea397d4331d7eb048d.patch \
8 file://0002-Remove-Platform-as-no-longer-in-OCI-spec.patch \ 8 file://0002-Remove-Platform-as-no-longer-in-OCI-spec.patch \
9 file://0003-Update-memory-specs-to-use-int64-not-uint64.patch \ 9 file://0003-Update-memory-specs-to-use-int64-not-uint64.patch \
10 file://0001-runc-Add-console-socket-dev-null.patch \
10 " 11 "
11 12
12RUNC_VERSION = "1.0.0-rc3" 13RUNC_VERSION = "1.0.0-rc3"