mingfukuang
mingfukuang
add ci test for https://github.com/kata-containers/kata-containers/pull/6981 Depends on: github.com/kata-containers/kata-containers#6981
Signed-off-by: mingfukuang [email protected] **- What I did** when stop or delete one container with docker-proxy, stop container will call Unmap() to release port , func Unmap() need to acquire pm.lock.Lock()...
Send delete event while initial process deleted, When performing exec delete, no delete event is sent.
Fix the issue of stderr not being redirected to the shim log FIFO file in the shim log.
Signal processing only occurs in the default parameters of shim and delete; Without registering signal processing with the start parameter, it should be present in all cases
check process state while exec delete.
add exec delete timeout