Hi,
After my windows update 1709 all of my containers fail to restart or even fail to delete.
Here is the log
PS D:> docker rm 07a9f42588a2 -f
Error response from daemon: driver “windowsfilter” failed to remove root filesystem for 07a9f42588a243bf1974c18f3888a60c389e3687eae05e775cbbb48e89290b3b: rename D:\docker_data\windowsfilter\07a9f42588a243bf1974c18f3888a60c389e3687eae05e775cbbb48e89290b3b D:
docker_data\windowsfilter\07a9f42588a243bf1974c18f3888a60c389e3687eae05e775cbbb48e89290b3b-removing: The process cannot access the file because it is being used by another process.
I already tried to rename it but still getting the same error. I have 3 containers running and all of them are failing.
Anyone has any suggestion that i can tried to fix these?
David