mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Removing fatal error from events in stopped state
Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
@@ -121,7 +121,6 @@ information is displayed once every 5 seconds.`,
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if status == libcontainer.Stopped {
|
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())
|
return fmt.Errorf("container with id %s is not running", container.ID())
|
||||||
}
|
}
|
||||||
var (
|
var (
|
||||||
|
|||||||
Reference in New Issue
Block a user