Okay I have my manager node configured that it exposes port 2375 for insecure interaction with the docker api. When I’m inside a container running on the manager I can access it using the url host.docker.internal:2375.
But how would be a good way to also access it from containers of other nodes? There host.docker.internal will not point to my manager node.