I am trying to log in to Docker Hub to be able to push my containers to my account. I am on a Mac using Homebrew. Docker and Colima are installed successfully and I am able to build and run containers just fine.
However, when I try to log in with docker login, after entering my username and password it sits for a second before returning this error message:
Error saving credentials: error storing credentials - err: exit status 1, out: `Post "http://ipc/registry/credstore-updated": dial unix /Users/<username>/Library/Containers/com.docker.docker/Data/backend.sock: connect: connection refused`