Running Testnet Node using Docker

Based on the example testnet node, we are running a docker image and getting this error “ no matching manifest for linux/arm64/v8 in the manifest list entries “.

Im following the tutorial given in Run a node with Docker — Concordium documentation

As far as I know there is no arm build.

You should add

platform: linux/amd64

to the docker-compose file if you are running this on an arm mac.

See Compose file version 2 reference | Docker Docs