Removing fatal error from events in stopped state

Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
rajasec 2016-09-12 21:06:32 +05:30
parent 710a660506
commit e56e7ce9ca
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 (