Okay. In my case, I was able to remove the Dead containers with docker rm -f $CONTAINER
, as I show at “Can’t remove dead Rancher Infra containers due to Unable to remove filesystem for … device or resource busy
errors”.
So, I fixed the problem in my environment.
Hopefully docker rm -f
didn’t leave any stale data around.