From cc095a6e4c26c6a818e92a7d1f5d2b59c2a2e163 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Wed, 22 Sep 2021 11:29:38 -0700 Subject: Remove terminal usage from `runsc spec` Most usages of `runsc spec`+`runsc run` do not expect stdios to be a terminal. Updates #6619 PiperOrigin-RevId: 398288237 --- runsc/cmd/spec.go | 1 - 1 file changed, 1 deletion(-) diff --git a/runsc/cmd/spec.go b/runsc/cmd/spec.go index 55194e641..3a7f2a2c4 100644 --- a/runsc/cmd/spec.go +++ b/runsc/cmd/spec.go @@ -30,7 +30,6 @@ func writeSpec(w io.Writer, cwd string, netns string, args []string) error { spec := &specs.Spec{ Version: "1.0.0", Process: &specs.Process{ - Terminal: true, User: specs.User{ UID: 0, GID: 0, -- cgit v1.2.3