Permission denied to docker image

Why can’t I load the docker image?
steph@Beast MINGW64 /e/Youth Health/youth_health/runtime (main)
$ make pull
make: execvp: docker: Permission denied
make: execvp: docker: Permission denied
make: execvp: docker: Permission denied
make: execvp: docker: Permission denied
docker pull cdcnarratives.azurecr.io/cdc-narratives-competition:gpu-latest
make: execvp: docker: Permission denied
make: *** [pull] Error 127

@Halsted We haven’t been able to reproduce this error – anonymous pull access is enabled for the Azure container registry.

If you previously authenticated to a registry with Docker credentials, it’s possible that running docker logout will help. Otherwise, could it be related to your user role and permissions in the location where you are executing code?