Skip to content

Commit e56e7ce

Browse files
committed
Removing fatal error from events in stopped state
Signed-off-by: rajasec <[email protected]>
1 parent 710a660 commit e56e7ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

events.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ information is displayed once every 5 seconds.`,
121121
return err
122122
}
123123
if status == libcontainer.Stopped {
124-
fatalf("container with id %s is not running", container.ID())
125124
return fmt.Errorf("container with id %s is not running", container.ID())
126125
}
127126
var (

0 commit comments

Comments
 (0)