From e56e7ce9ca76e4d1842743416b0ae0d5a0bf6c1e Mon Sep 17 00:00:00 2001 From: rajasec Date: Mon, 12 Sep 2016 21:06:32 +0530 Subject: [PATCH] Removing fatal error from events in stopped state Signed-off-by: rajasec --- events.go | 1 - 1 file changed, 1 deletion(-) diff --git a/events.go b/events.go index da6d1f5f..77cf5f54 100644 --- a/events.go +++ b/events.go @@ -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 (