Open stdin write side in shim

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2017-03-24 14:03:26 -07:00
parent 379bd95a3c
commit b1fcb1745f
4 changed files with 32 additions and 0 deletions

View file

@ -4,6 +4,7 @@ import (
gocontext "context"
"encoding/json"
"fmt"
"os"
"path/filepath"
"runtime"
"strconv"
@ -254,6 +255,7 @@ var runCommand = cli.Command{
if err != nil {
return err
}
defer os.RemoveAll(tmpDir)
events, err := containers.Events(ctx, &execution.EventsRequest{})
if err != nil {
return err