Multi Host capability #13
inthevortex
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just tried out the project and deployed it in two of the VMs (say core and services) in the subnet having docker containers running, there is a third one too (say bird). I can see the other hosts in webui of core but I can't see what all containers are running on it and the open ports, etc. When I run the webui in services, I can see all the containers in that and I can see it can detect the core VM.
To implement this there would need to be either an agent or something similar to get the data from the other VMs. As I can see the
/containers
endpoint already does that, if I can add an agent scan kind of thing and use one as main and other as agents, it might just work.Let me know your thoughts, I am just creating a branch on my fork and giving it a try for now.
Beta Was this translation helpful? Give feedback.
All reactions