Book Image

Docker Swarm [Video]

By : Alberto Guimaraes Viana
Book Image

Docker Swarm [Video]

By: Alberto Guimaraes Viana

Overview of this book

Docker Swarm is a cluster manager solution developed by Docker; its best aspect is its simplicity. In this course, you will learn in detail how Docker Swarm works. Docker Machine is a tool that lets you install Docker Engine on virtual hosts, and manage the hosts with Docker machine commands. You can use Machine to create Docker hosts on your local Mac or Windows box, in your datacenter, or on cloud providers such as AWS or Digital Ocean. Also, you will find out more about Docker images, and how to manage services in the cluster. We'll explore the many components involved in these. We start with the Routing Mesh and explain how it handles traffic to containers. Then we introduce the Overlay network and talk about how we can keep a container in an isolated network. Then we cover Docker Secret, a safe encrypted place to store and inject credentials and secrets into containers. To run tasks in the cluster, you will learn about Docker services and Docker Stack. From this course, you'll learn to build clusters and manage Docker Swarm cluster. Also, deploy applications using Docker Stack and manage Docker nodes and systems.
Table of Contents (5 chapters)
Chapter 1
Docker Machine
Content Locked
Section 3
Creating Machines
This video Introduces Docker-Machine, explain about basic commands and run a container. - Explain how to create machines with Docker-Machine - Introduce Docker-Machine commands - Run a container on Docker-Machine