I see the similar post, but they are for Docker on Linux.
I am using Docker Desktop for Windows 10.
This Windows 10 machine that has Docker running on is setup to auto reboot. There are other scripts will be run after Docker startup. The Windows and Docker startup process takes a bit time to complete. Is there a way to monitor docker services and all needed containers till they are up and running? So rest of scripts will continuously run without sending error message because Docker is not ready yet.
PowerShell preferred.