Merge pull request #1043 from rajasec/events-error

Removing fatal error from events in stopped state
This commit is contained in:
Mrunal Patel
2016-09-14 11:39:53 -07:00
committed by GitHub
-1
View File
@@ -121,7 +121,6 @@ information is displayed once every 5 seconds.`,
return err
}
if status == libcontainer.Stopped {
fatalf("container with id %s is not running", container.ID())
return fmt.Errorf("container with id %s is not running", container.ID())
}
var (