See this weblog put up from Docker and docker/for-mac #7520 on GitHub for added particulars.
Quoting from the GitHub situation:
Docker rotated an previous signing certificates for macOS and this unexpectedly broke customers who presently have Docker Desktop put in.
Answer
The official answer for this drawback is detailed right here:
Launch Terminal (or your most well-liked terminal emulation app).
Kill the Docker course of that can’t begin correctly:
sudo launchctl bootout system/com.docker.vmnetd 2>/dev/null || true sudo launchctl bootout system/com.docker.socket 2>/dev/null || true sudo rm /Library/PrivilegedHelperTools/com.docker.vmnetd || true sudo rm /Library/PrivilegedHelperTools/com.docker.socket || true ps aux | grep -i docker | awk '{print $2}' | sudo xargs kill -9 2>/dev/null
Make sure that the malware pop-up is completely closed.
Launch Docker Desktop. A privileged pop-up message shows after 5 to 10 seconds.
Enter your password.
If the malware pop-up persists after finishing these steps and Docker is in
the Trash, strive emptying the Trash and rerunning the steps.
If for some cause you’ll be able to’t improve to the most recent Docker Desktop (4.37.2, as of this writing), check with the doc linked above for different options.