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
I was looking a bit deeper into this issue and found that docker-gen is calling ListContainers function of the client in generator.go module, which returns the list of container from the current host/swarm-node only.
I was thinking it might be possible to get all the containers in the swarm by first getting the list of nodes, then getting the list of containers from each node and finally merging them all in one list. This may fix the problem from the root.
Hi
It seems that docker-gen in a multi node swarm only have visibility on containers that resides on the local host machine.
Is there any way to have visibility of what happens on remote nodes that belong to the same swarm?
Regards
The text was updated successfully, but these errors were encountered: