Problem Statement: I need to connect to a specific container in docker swarm services via JMX. Service is not exposed on any port, so I cannot access JMX by directly hitting the docker substrate on exposed port.
Also, in case service is exposed, then load balancing by swarm does not guarantee which container will I hit.
You can ssh to the worker node running your container and from there on you interact with the container just like you do on your local machine.
If you are using docker-machine to create the worker nodes, you can ssh using: