mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
Add implementation for BoltDB-backed state
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #184 Approved by: baude
This commit is contained in:
@ -201,7 +201,7 @@ func (r *Runtime) removeContainer(c *Container, force bool) error {
|
||||
// we haven't been created in the runtime yet
|
||||
if c.state.State != ContainerStateConfigured {
|
||||
if err := r.ociRuntime.deleteContainer(c); err != nil {
|
||||
return errors.Wrapf(err, "error removing container %s from runc", c.ID())
|
||||
return errors.Wrapf(err, "error removing container %s from OCI runtime", c.ID())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user