macOS-docker-build-fix

To fix the "Error load metadata for docker.io "issue, run the following commands in the given order:

  1. Remove the Docker config file:
rm ~/.docker/config.json
  1. Next, we clear the Docker cache
sudo rm -rf ~/.docker/buildx
  1. Log out of Docker
docker logout
  1. Log back in!!
docker login