Retool self-hosted won't install on M1 Pro - SOLVED

I'm attempting to load the latest self-hosted retool on my M1 Pro Macbook. The install appears to work correctly.

I get the following error when running the local-trial script:

INFO**: running Retool!** This can take up to 5 minutes

open /Users/myname/.docker/buildx/current: permission denied

Are there any logs I can look at to get more information?

UPDATE

I was able to get beyond the error. I had to shutdown Docker Desktop, delete the .docker directory in $HOME, and then attempt running local-trial again. It then worked.