when creating new swarm machines using docker-machine, the swarm agent which is run as part of this configuration has changed its networking from host to bridge in version 1.11.1
How can I change it back to use host?
and before you say that I should just run the swarm agents manually, I’ve already wasted 2 weeks attempting to do that with every configuration possible docker-machine was the most cross platform reliable for our uses.