I follow the instructions on this page for Linux and everything seems to work fine until I try to run "iotedge list" and I get an exit error. I've attached a support bundle for it. Did I miss a step or is there steps missing on this page?
Thanks
Donnie
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@donniekerr Sorry for the experience, our team will review it and circle back with you at the earliest.
Hello @donniekerr
Thanks for the feedback! We are currently investigating and will update you shortly.
The missing step was a permissions issue. Had to run this
usermod -aG docker $USER
so that iotedge can access the module images
once I did this and signed out/signed in again, I was able to run iotedge list.
Hope this helps someone else
Donnie
Hello @donniekerr
Thank you for the update and we really appreciate your time in sharing the resolution.
Please let us know if we are good to close this issue?
Please let us know if you need further help in this matter.
Thank you,
Satish.
I recommend you add the step to the docs and close it. Thanks