November 2017
Intermediate to advanced
298 pages
7h 10m
English
Since all the functionality to set up a Docker Swarm cluster is already included in the Docker installation, this is actually a really easy thing to do. Let's see what commands we have available to us:
$ docker swarm<snip>Commands: init Initialize a swarm join Join a swarm as a node and/or manager join-token Manage join tokens leave Leave the swarm unlock Unlock swarm unlock-key Manage the unlock key update Update the swarm
A few things to note here--some more apparent than others:
Read now
Unlock full access