mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Store Conmon's PID in our state and display in inspect
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
@ -452,6 +452,7 @@ func (c *Container) teardownStorage() error {
|
||||
// It does not save the results - assumes the database will do that for us
|
||||
func resetState(state *ContainerState) error {
|
||||
state.PID = 0
|
||||
state.ConmonPID = 0
|
||||
state.Mountpoint = ""
|
||||
state.Mounted = false
|
||||
if state.State != define.ContainerStateExited {
|
||||
|
Reference in New Issue
Block a user