I'd like a nice way to know what IP address my Edge Device has been allocated when I connect it to a network. I was planning on writing a simple bit of code in a module which logs it, but I can't seem to find a way to access it because the application runs in a container and I'm only getting docker internal IPs.
Can anyone suggest a nice way to do this in a nodeJS module? (Or any other supported module language)
Or is there any other way I can find it (without having to look for the device on my network)?