Skip to content

Running Docker Component Locally Which Relies on GreenGrass Core IPC Client #537

Answered by bretambrose
HieronymusLex asked this question in Q&A
Discussion options

You must be logged in to vote

Update: I've been pointed at https://youtu.be/adx3zUGRoWw?t=303&si=CcOgHoGp7qvwdwUp as a possible solution to your question.

My original reply (which is a little incomplete on information):

If you want to run a component (or any application that uses GG IPC for that matter) without it being managed by a core you'll need to setup some specific environment variables (this is how I run GG IPC directly from an IDE for that matter, I don't actually manage components):

https://github.com/aws/aws-iot-device-sdk-js-v2/blob/main/lib/greengrasscoreipc.ts#L23-L24

  • AWS_GG_NUCLEUS_DOMAIN_SOCKET_FILEPATH_FOR_COMPONENT - this is always the same value but I forget what it is off the top of my head
  • SVCUID…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmklix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants