eliot icon indicating copy to clipboard operation
eliot copied to clipboard

Register devices on the internet

Open grendo opened this issue 6 years ago • 1 comments

Hi, I have been playing around with resin.io and came across Eliot. Looks like a great project you have going. I must be missing something obvious, from reading through the docs I was trying to work out how to deploy a specific pod to a specific device. I could not see where you specify which device you want to deploy to.

"eli get devices" gets the devices on your network "eli get pods" lists your pods "eli create pod --image eaapa/hello-world testing" deploys to all devices listed in the "eli get devices" ? How can you specify what devices you deploy to and what if the devices are not on your local network ?

grendo avatar Apr 03 '18 03:04 grendo

Hi @grendo! At the moment Eliot manages only single device at a time. If there are multiple devices, in the network, the eli create pod gives error message that you need to specify the device with --device flag.

I'm thinking of how to make the device selection easy, but at the same time make the getting started as easy and smooth as possible. All ideas are welcome!

ernoaapa avatar Apr 17 '18 15:04 ernoaapa