mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-10 09:54:22 +01:00
Merge pull request #1679 from teawater/vmcache_defunct_proxy
kata_proxy: Open a special goroutine do cmd.Wait
This commit is contained in:
@@ -51,6 +51,8 @@ func (p *kataProxy) start(params proxyParams) (int, string, error) {
|
||||
return -1, "", err
|
||||
}
|
||||
|
||||
go cmd.Wait()
|
||||
|
||||
return cmd.Process.Pid, proxyURL, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user