containerd / go-runc

runc bindings for Go
Apache License 2.0
161 stars 71 forks source link

Use cmd.Wait in monitor #20

Closed tonistiigi closed 7 years ago

tonistiigi commented 7 years ago

Waiting on the process directly doesn’t release the goroutines created by cmd.Start()

@crosbymichael

Signed-off-by: Tonis Tiigi tonistiigi@gmail.com

crosbymichael commented 7 years ago

LGTM