Token

Docker Swarm v1 includes an out-of-the-box discovery service, called Token. Token is integrated into the Docker Hub; hence, it requires all the Swarm nodes to be connected to the Internet and able to reach the Docker Hub. This is the main limitation of Token but, you will soon see, Token will allow us to make some practice in handling clusters.

In a nutshell, Token requires you to generate a UUID called, in fact, token. With this UUID, you can create a manager, act like a master, and join slaves to the cluster.

Re-architecting the example of Chapter 1 with token

If we want to keep it practical, it's time to take a look at an example. We'll use token to re-architect the example of Chapter 1, Welcome to Docker Swarm. As a novelty, the cluster ...

Get Native Docker Clustering with Swarm now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.