This error has appeared suddenly, and out of nowhere, everything worked perfectly last night, and stopped working this morning.
I am using Docker Desktop v4.34.2
on a MacBook Pro with MacOS Sonoma
Upon trying to perform docker compose build myservice
, I get the following error:
open /Users/dean/.docker/buildx/current: permission denied
Performing docker build .
, however, works perfectly.
Furthermore, the Docker Desktop’s Builds panel shows an unspecified internal server error:
I’m thinking of removing ~/.docker/buildx/current
, but want assurance that would not break anything