record pid of exec'd process

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Upstream-commit: 18083481361a4053d1081a201120a916239fc0ed
Component: engine
This commit is contained in:
Antonio Murdaca
2016-10-17 19:49:36 +02:00
parent 774705a707
commit dd35c23542
15 changed files with 210 additions and 189 deletions

View File

@ -28,6 +28,7 @@ type Config struct {
Privileged bool
User string
Env []string
Pid int
}
// NewConfig initializes the a new exec configuration