We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710a660 commit e56e7ceCopy full SHA for e56e7ce
events.go
@@ -121,7 +121,6 @@ information is displayed once every 5 seconds.`,
121
return err
122
}
123
if status == libcontainer.Stopped {
124
- fatalf("container with id %s is not running", container.ID())
125
return fmt.Errorf("container with id %s is not running", container.ID())
126
127
var (
0 commit comments