Asphere-xyz / bas-devnet-setup

14 stars 44 forks source link

ankrnetwork/sidechain-explorer:devel failed to run #19

Open ravecn opened 1 year ago

ravecn commented 1 year ago

Hello, when I use the image of ankrnetwork/sidechain-explorer:devel in docker, it prompts: exec /app/node: exec format error

docker run -entrypoint="/bin/bash" -i ankrnetwork/sidechain-explorer:devel WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested

hoangkianh commented 1 year ago

The devel version seems to be only for linux/arm64/v8: https://hub.docker.com/r/ankrnetwork/sidechain-explorer/tags

You just need to modify the docker-compose.yaml file from ankrnetwork/sidechain-explorer:devel to ankrnetwork/sidechain-explorer:latest. I have tried and succeeded.

ravecn commented 1 year ago

It works now, thanks!