Docker crash on Mac arm
Hi @schmidsi
Installation works out the box, fine ! Even got first NFT minted, and first graphql query ok
But after 90 seconds, docker crash... freezing while displaying 'Docker Desktop stopping' On Macbook Air M1 => probably due to "ipfs" or "graph-node" image not fully arm compatible

Seems there are ipfs arm compatible images... are there also graph-node image compatible ?
error in the "pnpm dev" terminal
then docker "freeze" while stopping

Interestingly I have similar problems recently. I'll investigate.
Not exactly sure why, but it seems that this fixed it for me:
rm -rf ~/.docker/
From: https://stackoverflow.com/questions/46843711/docker-error-grabbing-logs-invalid-character-x00-looking-for-beginning-of-v
Can you try and confirm @zapaz ?