Many customers are suffering from the bug in MacOS that makes the docker executable folder disappear from path, for example: #2254 #2574 #2577
Docker seems to have hard time finding the root cause docker-archive/compose-cli#754
Consider
- following @ke6jjj suggestion and add a setting that contains full path to docker executable (the extension user would set it as a workaround)
- when "docker not found" error happens, probe the default Docker Desktop for Mac installation path and use the executable there if it exists
- (other ideas welcome)