Consul on Docker Swarm with Spring Boot clients
问题 I'm having issues at the moment getting Consul running on Docker Swarm on Centos 7 (Docker version is 18.09.1, build 4c52b90), or more to the point, connecting to it from a worker node (either from a Consul agent or from a Spring Boot application trying to register with it). I currently have just one manager and one worker node. I have created an overlay network using the following command: docker network create -d overlay smartdeploy_evo On the manager I am deploying Consul using the