Node-red setup with docker

i Successfully Install OPENFLOW with Docker And Everything Seems Fine But When I Try To create NODERED Agent i Cannot Access To Web Address of That Agent.
i have 2 DNS Record in my domain
1- A Record for OpenFlow
2- Wildcard * aliases to OPENFLOW address

Here is Console Log For NODERED Agent :

u Registed agent as wild-queen-66d0 (6590f42913163993df01aef3) and queue wild-queen-66d0agent ( from wild-queen-66d0 )
)queue registered as wild-queen-66d0agent
0registering agent queue as wild-queen-66d0agent
Fagent changed, but last reload was less than 1 second ago, do nothing
%Registering agent with api as USER1
agent changed, reload config
#watch registered with id idms60sx3
registering watch on agents
uRegisted agent as wild-queen-66d0 (6590f42913163993df01aef3) and queue wild-queen-66d0agent ( from wild-queen-66d0 )
)queue registered as wild-queen-66d0agent
0registering agent queue as wild-queen-66d0agent
%Registering agent with api as afshin
8[client][INF] Signed in as afshin
B[client][INF] Connected to server api:50051
version: 0.0.90
Agent starting!!!

looks like you started an agent, without nodered.
You need to select the nodered image, or publish a package with the noderred code, and schedule it.
you cannot change the image after creating, since the port mappng will be missing then, so create a NEW one, and make sure to select the nodered image.

TNX for your response , I had some DNS Issue

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.