Files
podman/libpod
Matthew Heon 2c7f97d5a7 Add ContainerStateExited and OCI delete() in cleanup()
To work better with Kata containers, we need to delete() from the
OCI runtime as a part of cleanup, to ensure resources aren't
retained longer than they need to be.

To enable this, we need to add a new state to containers,
ContainerStateExited. Containers transition from
ContainerStateStopped to ContainerStateExited via cleanupRuntime
which is invoked as part of cleanup(). A container in the Exited
state is identical to Stopped, except it has been removed from
the OCI runtime and thus will be handled differently when
initializing the container.

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-10-02 12:05:22 -04:00
..
2018-08-16 17:12:36 +00:00
2017-11-01 11:24:59 -04:00
2018-04-05 14:13:49 +00:00
2018-03-29 02:18:45 +00:00
2018-09-13 14:42:47 -04:00
2018-08-23 15:01:17 +00:00
2018-08-23 15:01:17 +00:00
2018-08-24 19:19:43 +00:00
2018-08-23 18:16:28 +00:00
2018-08-15 18:07:04 +00:00
2018-03-14 20:21:31 +00:00
2018-08-16 17:12:36 +00:00