Hacker News new | ask | show | jobs
by atemerev 3510 days ago
On docker-machine: https://docs.docker.com/swarm/provision-with-machine/

(Or, how else should I provision Docker on multiple non-AWS hosts at once?)

1 comments

(Classic) Swarm is just a service like any other. You can deploy it with `docker run`, which is what machine is doing for you.