Docker container failed to start with Windows Bind Mount

I am using Docker Desktop on Windows 10. I followed this guide to externalize the storage of docker container: Managing Storage for Container Images
The container is created but failed to start with last record in log: “Unable to raise event; rc(would block)”. It looks like a permission problem, I use docker inspect the container, the mount is successful:


I have attached the docker log and debug log. Please advise what went wrong.

docker.log (5.53 KB)
debug.log (12.9 KB)

Hi @yangsen,
It looks like you have permission issues on D:\test\docker\solace. Please check you have read/write permissions and there is space on the device.