Docker Swarm Service Ports not Shown in Kitematic

Hi,

i’ve just realized, after starting docker swarm serivces, the containers show up in Kitematic, but the container port mappings are not shown ().

I guess it is somehow done differently on swarm, but should somehow be reflected in Kitematic.

Cheers,
Chris

EDIT: Just did an additional test. The ports ive set up with service creation are not even mapped on docker.local. there is no way to access the service when the ports are not forwarded to localhost?

I am having the same problem,
I have 3 nodes, all running CentOS 7.2
When I create a service, and scale it, I can see the instances running one each node, but I can not access the container app on any of the nodes. (I used the voting app per the youtube video)