Open mosopeogundipe opened 5 years ago
Hi, Are you using the correct compose file - docker-compose-demo-grove.yml provided in this repository? Based on the logs above, it looks like the images are not for arm64. Could you use a command - docker-compose -f docker-compose-demo-grove.yml up to make sure the correct images are being used?
Hi,
I am a newbie and using Edgexfoundry for our college project. We are trying to setup Edgex on raspberry pi 3B+.
We installed Docker, Go and all the other required packages. We followed https://wiki.edgexfoundry.org/display/FA/Running+on+a+RaspberryPi#RunningonaRaspberryPi-Withdocker-compose
We are using Yaml file from, https://github.com/edgexfoundry/demo-grove-pi/tree/edinburgh
But after all that, we are not able to start edgex containers using
docker-compose up -d
below is the error we ran into,
upon checking the dashboard, there are only two services running.
We also tried reverting to commit as mentioned in https://github.com/edgexfoundry/demo-grove-pi/issues/7 but experienced same issues.
Are we missing any steps? Or should we use a different build? Is there any guide we can follow?
Thanks.