This PR addresses left-behind empty directories in host /tmp.
The template is initialized before cloning, and I check for errors at removing the empty directory (could be still busy in an umount operation, or some process using it for some reason).
Sorry if code quality is not up-to-standards, I am pretty rusty in C/C++.
This PR addresses left-behind empty directories in host
/tmp
.The template is initialized before cloning, and I check for errors at removing the empty directory (could be still busy in an umount operation, or some process using it for some reason).
Sorry if code quality is not up-to-standards, I am pretty rusty in C/C++.