Containers-Toolkit is a Windows PowerShell module for downloading, installing, and setting up default configs for Containerd, BuildKit, Windows CNI plugin, and nerdctl.
Fix WaitForExit() in Invoke-ExecutableCommand() hangs forever even though the process has exited in some cases. This happens when the executable does not exit after completion. To mitigate this, we add a customisable timeout.
Fix WaitForExit() in Invoke-ExecutableCommand() hangs forever even though the process has exited in some cases. This happens when the executable does not exit after completion. To mitigate this, we add a customisable timeout.