Book Image

Deploying and Running Docker Containers [Video]

By : Allan Espinosa
Book Image

Deploying and Running Docker Containers [Video]

By: Allan Espinosa

Overview of this book

<p><span id="description" class="sugar_field">Docker is a portable container format that allows you to run code anywhere from your desktop to the cloud. Docker's workflow makes development, testing, and deployment much easier and much faster. This video course will walk you through a basic deployment-pipeline setup in Jenkins. You will then learn how to create two minimal Docker environments: one for development and one for production. You will then set up Jenkins inside a Docker container to support and automate your deployment pipeline. Next, you will learn how to provide reliability and scalability to your application by setting up a cluster of Docker hosts using Docker's Swarm mode, and then automate the deployment of Docker hosts using Chef. Finally, you will monitor, log, and manage your Docker containers. Towards the end of this video course, you will work with the various components required to run Docker in production.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">We start with a high-level description of continuous delivery and a reference implementation viewers of this video can use. </span></span></p> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This volume how to do things manually to give viewers an intuition. The manual steps are paired with a reference implementation on how to automate things to be able to truly scale their production Docker environment.</span></span></p>
Table of Contents (6 chapters)
Chapter 5
Monitoring and Logging Docker
Content Locked
Section 1
Build Monitoring System with Graphite and Grafana
The aim of this video is to build a monitoring system with Graphite and Grafana - Run a Graphite service in the Swarm cluster - Run the Grafana Docker image in the cluster