Book Image

Mastering Docker [Video]

By : Shrikrishna Holla
Book Image

Mastering Docker [Video]

By: Shrikrishna Holla

Overview of this book

<p>Docker is a tool that is designed to benefit both developers and system administrators. For developers, it means they can develop applications without worrying about the system it will be running on. For system administrators, it gives them flexibility and reduces the number of systems required.</p> <p>This video will teach you to leverage advanced-level Docker. It starts by introducing how Docker works the way it does, first scripting a layer in a Docker workflow—Dockerfile. Next, you will explore compose by writing a docker-compose.yml file for a social network app, and look at top-down approaches to building network topologies for our social network’s containers.</p> <p>Then you will be familiarized with the swarm workflow, Kubernetes, and Google’s tool for setting up a managed cluster. You will learn how to set up Docker’s plugin infrastructure and use the customization options. By the end of this course, you will be able to successfully manage your Docker containers, with the help of minecraft server.</p> <h1>Style and Approach</h1> <p>This video gives you a fair idea in a step by step manner of what is involved in taking a complex application like Diaspora, and containerizing, deploying, scaling, and maintaining in a cloud provider like AWS. All the key concepts are explained details with the help of examples and demonstrations in every section.</p>
Table of Contents (8 chapters)
Chapter 2
Composing Services
Content Locked
Section 1
Composing Primer
In this section and video, we will learn about Docker Compose. Compose is a tool for orchestrating multi-container Docker applications.