Instability in the latest Docker for Windows (Windows containers version)

I am starting an environment by using “docker-compose up”. At various times, i get the following error message:

ERROR: for sqlserver Cannot start service sqlserver: {“message”:“container e79878a45272470d18630db8260f4e40951f2e5a05ec5e0859ab0cbabe61d220 encountered an error during Start: failure in a Windows system call: The operation timed out because response was not received from the Virtual Machine hosting the Container. (0xc0370109)”}
ERROR: Encountered errors while bringing up the project.

If I run “docker-compose up” again, things will usually work.

Is there any way for the error message to give a bit more information? What is the best way to diagnose this issue?