Description
docker starts or execs a container, runc starts the init process and needs to copy the runc binary to the temporary file runc.XXXXXX.During this period, if the mount operation is too slow and the shim startup times out and fails to return, the runc.XXXXXX file will not be deleted and remain
Steps to reproduce the issue
Describe the results you received and expected
container exit and no runc.XXXXXX file residual
What version of runc are you using?
[root@localhost ~]# runc --version
runc version 1.1.3
commit: d2cbb1a3afab8170d4942fc0be8d0275cb11642c
spec: 1.0.2-dev
go: go1.17.3
libseccomp: 2.5.3
Host OS information
No response
Host kernel information
No response