Hi, I use `atlas deployments setup``` for local atlas devlopment,
after chose
local
forWhat type of deployment would you like to work with?
default
for ``How do you want to set up your local Atlas deployment?`
It shows the following message:
‘’’
Creating your cluster local6606 [this might take several minutes]
1/3: Starting your local environment…
2/3: Downloading the MongoDB binaries to your local environment…
Error: exit status 125: Error: copying system image from manifest list: parsing image configuration: Get “https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/e0/e00840108d90158e8fc399e96cc40c2979edc578f20406e2720ee60fd67ca9e8/data?verify=1720245919-JWiM9oK60r0vs9Ulk1WWmpM3fxg%3D”: EOF
‘’’
It seems the ``https://production.cloudflare.docker.com` network access from my mac has some issue. Is there any way to mirror the docker registries or other solution for this?