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
This commit is contained in:
Fabricio Voznika
2021-09-22 11:32:11 -07:00
committed by gVisor bot
parent 0ed53e5e92
commit cc095a6e4c
-1
View File
@@ -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,