From 11fac209f2bb0e3b2a51a6c5304cbaa4cfeadcbe Mon Sep 17 00:00:00 2001 From: Jason Wessel Date: Thu, 13 Jul 2017 10:09:03 -0700 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/runc/runc-docker_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-containers/runc/runc-docker_git.bb') 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 \ file://0001-Update-to-runtime-spec-198f23f827eea397d4331d7eb048d.patch \ file://0002-Remove-Platform-as-no-longer-in-OCI-spec.patch \ file://0003-Update-memory-specs-to-use-int64-not-uint64.patch \ + file://0001-runc-Add-console-socket-dev-null.patch \ " RUNC_VERSION = "1.0.0-rc3" -- cgit v1.2.3-54-g00ecf