You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If my service run on one node and reproxy on another node then reproxy didn't find service container. If both run on one node then all working.
API for services exist. https://docs.docker.com/engine/api/v1.41/#operation/ServiceList
Can we add this function?
The text was updated successfully, but these errors were encountered:
well, it exists with some form of orchestration on top of the docker, in this case - the swarm. Docker itself can be accessed remotely but such configuration is unusual and even exotic to be supported here.
The closest thing to such a multi-node discovery will be the support of consul catalog #56 as soon as @negasus completes it.
I moved it to discussions because this is outside of the core functionality of the reproxy
If my service run on one node and reproxy on another node then reproxy didn't find service container. If both run on one node then all working.
API for services exist. https://docs.docker.com/engine/api/v1.41/#operation/ServiceList
Can we add this function?
The text was updated successfully, but these errors were encountered: