You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues go stale after 90 days of inactivity.
Mark the issue as fresh with /remove-lifecycle stale comment.
Stale issues will be closed after an additional 30 days of inactivity.
Prevent issues from auto-closing with an /lifecycle frozen comment.
If this issue is safe to close now please do so.
Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle stale
I'd like to add some information to the locked issue #5193 here.
MSYS2 seems to implement some kind of special file handling to resemble the 'delete-file-currently-in-use' behavior of Linux/Unix systems on Windows. See msys2 keeps hidden executables in C:\$Recycle.Bin msys2/MSYS2-packages#1253 (comment). It happends during MSYS2 system upgrade (maybe pacman deleting it's own executable).
dockerd.exe hangs in a endless loop trying to query this file (procmon lines shown in the image repeat forever)
WORKAROUND: If you remove the file manually, docker execution continues.
The text was updated successfully, but these errors were encountered: