Questions
- True or false: You should be running your Docker Swarm using the standalone Docker Swarm rather than the in-built Docker Swarm mode.
- Which two things do you need after initiating your Docker Swarm manager to add your workers to your Docker Swarm cluster?
- Which command would you use to find out the status of each of the nodes within your Docker Swarm cluster?
- Which flag would you add to
docker node inspect
on Swarm manager to make it more readable? - How do you promote a node to be a manager?
- Which command can you use to scale your service?