Docker – A Better Way to Build Apps

Docker – A Better Way to Build Apps

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2 Hours | 577 MB

Explore the Fast and Robust way to deploy applications with Docker

A compact, quick guide to orchestrating and deploying scalable services with Docker

Docker is one of the world’s best software container platforms. The use of containers in Docker makes it easy to develop, deploy and execute applications. Abstraction helps developers to run applications inside the containers. Docker containers enable developers to make changes to their Docker pictures and also control the versions of the pictures. With the help of Docker, we can build a container image and use it multiple times during deployment..You will start with promptly installing Docker and start working with images and containers. You will be introduced to different types of containers and their applications, we would also guide you on how to find and build images. You will also gain knowledge on how you can contribute to the image repository by publishing different images. This will accustom you with the image building process and you will be able to successfully run your programs within containers.By the end of this course, you will be confident in deploying your applications using Docker and will have a clear understanding of concepts, techniques, and practical methods to get it running in production systems.

What You Will Learn

  • Install Docker on Linux, AWS, Google Compute Engine, and Microsoft Azure.
  • Run Commands to Customize an Image
  • Optimize your Dockerfile
  • Troubleshoot Containers and Images
  • Explore Advanced Build Options and Image Tags
  • Build Images with Docker
  • Manage and share Docker images
  • Manipulate Volumes to Preserve Container Data
Table of Contents

1 The Course Overview
2 What is Docker
3 Installing Docker on Linux
4 Installing Docker on AWS, Google Compute Engine, and Microsoft Azure
5 Docker-specific distributions
6 Managing Containers
7 Single-node Networking
8 Introduction to the Build Process
9 Using a Base Image
10 Adding Files to an Image
11 Running Commands to Customize an Image
12 Giving Your Container Something to Do
13 Allowing Network Connections to a Container
14 Using Environment Variables to Control a Container
15 Using Build Arguments to Customize a Build
16 How to Test if a Container is Working
17 Using Volumes to Preserve Container Data
18 Advanced Build Options and Image Tags
19 Troubleshooting Containers and Images
20 Managing Local Images
21 Building Images with Packer
22 Introduction to Registries
23 Pushing Images to a Registry
24 Using Other Registries