I updated Docker to 4.37.2 due to the issue with the false positive malware issue with Docker on Mac, but now DevKinsta seems unable to recognise that Docker is installed. I have tried all previous solutions found here but nothing has worked, it almost seems like DevKinsta is getting stuck.
And yes I have uninstalled both Docker and DevKinsta and reinstalled Docker after DevKinsta (as if it were a fresh install) with no luck.
I’m sorry to hear that you’re experiencing issues. I’ve updated docker on my Mac but I can’t replicate the issue.
It’s possible something got stuck during the update. Can you try stopping all containers in Docker pertaining to DevKinsta (so only those with names starting with devkinsta_) and deleting them? Once you delete them, quit DevKinsta and start it again, it should recreate the containers and let me know if it starts.
If done, please reboot your computer and try to reload DevKinsta and see if it will be the same. If it is, please open the terminal program of your Mac and run the following commands below. Send us the results so that we can double check further.
docker --version
docker version
which docker
docker context ls
Please also try the following:
Open Docker then go to Settings> advanced. Under Choose how to confirgure the installation Dcoer’s CLI Tools, please tick the tickbox for “Allow the default Docker socket to be used”
Restart Docker and DevKinsta once again. Let us know how it goes. We will wait for your update. Thank you.