Return container on start
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
d317f71ac2
commit
58c5eb5ecb
5 changed files with 155 additions and 128 deletions
|
@ -65,6 +65,8 @@ func (w *worker) Start() {
|
|||
}
|
||||
ContainerStartTimer.UpdateSince(started)
|
||||
t.Err <- nil
|
||||
t.StartResponse <- StartResponse{}
|
||||
t.StartResponse <- StartResponse{
|
||||
Container: t.Container,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue