Skip to content
Snippets Groups Projects
Commit 23ee2302 authored by Darren's avatar Darren
Browse files

Merge pull request #19 from notti/master

Changed polling to WaitContainer
parents 74b59c9c a4a83971
No related branches found
No related tags found
No related merge requests found
......@@ -498,7 +498,7 @@ func keepAlive(c *Context) error {
}
if container.State.Running {
time.Sleep(INTERVAL * time.Millisecond)
client.WaitContainer(c.Id)
} else {
return nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment