Merge pull request #1043 from rajasec/events-error
Removing fatal error from events in stopped state
This commit is contained in:
commit
d9ed595245
|
@ -121,7 +121,6 @@ information is displayed once every 5 seconds.`,
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if status == libcontainer.Stopped {
|
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())
|
return fmt.Errorf("container with id %s is not running", container.ID())
|
||||||
}
|
}
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in New Issue