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
commit d9ed595245
1 changed files with 0 additions and 1 deletions

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 (