I am using the latest docker for mac (17.09.0-ce), when I run docker-machine create --help
it says
...
--swarm-master Configure Machine to be a Swarm master
But the document here said "run docker swarm init to enable swarm mode and make your current machine a swarm manager"
So what is the difference between swarm master and swarm manager?
------ update -------
I found this so post explained it all, Need for service discovery for docker engine swarm mode