Hi!
Recently, I am having good time with resin.io with my two raspberry pi 2.
I pulled ‘hello world’ node.js sample app and modified the greeting into ‘hello world, I am feeling good!’ and pushed the modified code into Git.
Interesting to say, one device works perfectly but another device always fail to run container with the following log:
07.04.17 18:33:45 (+0900) Installing application 'registry.resin.io/helloworldrpi2dev/8281534d2d69a62806d62b094aed22d2fdb6e730'
07.04.17 18:33:45 (+0900) Installed application 'registry.resin.io/helloworldrpi2dev/8281534d2d69a62806d62b094aed22d2fdb6e730'
07.04.17 18:33:45 (+0900) Starting application 'registry.resin.io/helloworldrpi2dev/8281534d2d69a62806d62b094aed22d2fdb6e730'
07.04.17 18:33:46 (+0900) Failed to start application 'registry.resin.io/helloworldrpi2dev/8281534d2d69a62806d62b094aed22d2fdb6e730' due to 'Container command not found or does not exist.
Would anyone help me to figure this out?
Thank you!