1. Introduction to the class
2. Create multiple Linux host with the help of docker-machine
3. 03-create worker node with boot2docker
4. 04-add virtual switch for communication
5. 05-create docker swarm-3 node cluster
6. 06-add worker node into swarm
7. 07-promote and demote of nodes
8. 08-remove nodes from docker swarm
9. 09-inspect a nodes of docker swarm
10. 10-create docker services
11. 11-add replicas of the existing services
12. 12-visualize the cluster with the help of docker swarm visualizer
13. 13-check out running services
14. 14-scale up and down the services
15. 15-portmapping for accessing services from outside world
16. 16-moby project
17. 17-update the role and availability status of nodes
18. 18-creating labels
19. 19-adding constraints with role
20. 20-high availability
21. 21-auto load balancing and force rebalancing 1
22. 22-auto load balancing and force rebalancing 2