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 3
Running My Application
Content Locked
Section 3
Using Docker Secret with My Service
In this video, Deploy a web application on the swarm and use a secret on it. - Create overlay network - Create a secret from a file - Deploy MongoDB and Names-Demo app