Chapter Summary: Docker Swarm
Summary of the concepts covered in this chapter.
We'll cover the following...
Commands
Let's explore all the Docker Swarm commands covered in this chapter:
docker swarm init
creates a new swarm. The node you run the command on becomes the first manager and the Docker Engine on that node switches into swarm mode.docker swarm join-token
reveals the commands and tokens you need to join workers and managers ...