-
Notifications
You must be signed in to change notification settings - Fork 486
Closed
Labels
Description
docker compose -f docker-compose-arm64.yml up
gives the following error:
etcd The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
and
example-apisix-dashboard-1 | {"level":"warn","ts":"2023-01-12T11:55:12.273Z","logger":"etcd-client","caller":"v3@v3.5.5/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0x400018c1c0/etcd:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = latest balancer error: last connection error: connection error: desc = \"transport: Error while dialing dial tcp 0.0.0.0:2379: connect: connection refused\""}
Using the latest version as of today.