Oreilly - Introduction to Docker and the DCA Certification
by Loonycorn, Loonycorn | Publisher: Packt Publishing | Release Date: June 2018 | ISBN: 9781789539097
A comprehensive introduction to Docker with a heavy focus on labsAbout This VideoImages: Templates to define your containerContainers: What they are and how Docker helps you create themStorage: Volumes, Bind Mounts and tmpfs to manage data in containersNetworks: Regulate connectivity to your containers whether on individual hosts or in a clusterDocker Swarm: The built-in container orchestration toolDocker EE, UCP and DTR: The enterprise offerings of DockerIn DetailDocker is a tool which has greatly simplified the task of packaging your application, along with all its dependencies into lightweight, portable units called containers. These containers are platform independent and can be executed on any host which runs a Linux kernel. Docker is one of the hottest tools in the market right now as a lot of teams have learned how to use it to break up their large, monolithic applications into smaller and more manageable units - often called microservices. This has allowed development teams to work on microservices independently and package it into a container once it is ready. Docker has also eased the pain of DevOps teams who often need to manage the deployment processes and environments - since containers can run independently of each other, they can simply focus on deploying containers rather than worrying about dependencies for each application. Container orchestration tools such as Docker Swarm and Kubernetes have made it very easy to deploy microservices to a cluster and scale them according to demand. For these reasons, Docker is a technology which you need to know if you're an app developer or DevOps engineer.Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Introduction-to-Docker-and-the-DCA-Certification. If you require support please email:
[email protected] - Chapter 1 : Introduction
- You, This Course and Us 00:03:17
- The Requirement: A Portable Application 00:05:45
- The Solution: Containers 00:06:26
- Making Containers: Introducing Docker 00:02:32
- Chapter 2 : Docker Community Edition Installation
- Exploring Docker's Community and Enterprise Editions 00:03:21
- Docker Toolbox vs Docker for Mac 00:02:35
- Installation of Docker Toolbox 00:02:57
- Installation of Docker on Ubuntu 00:04:51
- Create your Docker ID 00:02:12
- Verify your Docker Installation 00:01:05
- Test your Docker Installation 00:01:44
- Chapter 3 : Docker Images
- Working With Docker: Images and Containers 00:09:20
- The Format of a Dockerfile 00:02:49
- The .dockerignorefile 00:02:51
- The Escape Parser Directive 00:02:24
- Our First Docker Image and Container 00:07:49
- More Dockerfile Instructions: RUN, ENV, WORKDIR 00:04:00
- Set the Container's Starting Point: The ENTRYPOINT Instruction 00:03:59
- Define a Build in a Base Image: The ONBUILD Instruction 00:03:02
- Stop a Container Once its Work is done: The STOPSIGNAL Instruction 00:00:42
- Share a Docker Image 00:03:35
- Pushing an Image to a Dockerhub Repo 00:07:02
- Another Way to Store Images: Saving to and Loading from .tar Files 00:02:16
- Search for Docker Images: The Docker search Command 00:02:31
- Examine your Image: The Docker inspect Command 00:01:17
- Cleaning up Images: Remove Unused and Dangling Images with Docker prune 00:03:36
- Deleting an Image: The Docker image rm command 00:01:36
- Chapter 4 : Docker Containers
- Container Basics: Create, Start and Stop 00:05:36
- Restarting a Container: The Docker restart Command 00:01:09
- Connect to a Container: The Docker attach Command 00:02:59
- Interacting with a Container: The Docker exec Command 00:02:33
- Examine your Container Using Docker inspect 00:02:50
- Debugging a Container: View Container Logs 00:01:02
- More Debugging: View Processes of a Running Container 00:01:08
- Cleaning up Containers: Remove Unused Containers with Docker prune 00:01:06
- Remove Specific Containers using Docker rm 00:04:03
- Dealing with a Zombie Container: The Docker kill Command 00:02:27
- Renaming a Docker Container 00:00:55
- What has Changed in my Container?: The Docker container diff Command 00:02:02
- Saving the Container State: The Docker container commit Command 00:01:32
- Mapping Container Ports to its Host 00:03:11
- Putting it together: From Dockerfile to an NGINX App 00:06:14
- Chapter 5 : Storage in Docker
- Managing Data in Docker 00:03:24
- Understanding Volumes 00:01:59
- Understanding Bind Mounts 00:02:39
- Understanding tmpfs Mounts 00:01:04
- Create a Volume 00:00:48
- Start a Container with a Volume 00:02:41
- Attach a Read-Only Volume to a Container 00:02:12
- Inspecting Details of a Volume 00:00:41
- Cleaning up Volumes: Prune Unused Volumes 00:00:43
- Observing Changes to a Volume 00:03:20
- Start a Container with a Bind Mount 00:02:35
- Start a Container with a tmpfs Mount 00:01:38
- Chapter 6 : Container Orchestration with Docker Swarm
- Introducing Container Orchestration and Docker Swarm 00:09:43
- Preparing a Cluster: Provision the Nodes of the Swarm 00:02:34
- Create the Swarm: Set up the Master and Worker Nodes 00:03:26
- Deploy a Service in the Swarm 00:03:09
- Scaling Our Service 00:01:28
- Inspecting the Nodes in a Swarm 00:01:10
- Take a Swarm Node Offline: Drain a Worker 00:01:35
- Update and Remove a Swarm Service 00:01:33
- Global Services: Deploy App to All Nodes in a Swarm 00:03:50
- Protect Sensitive Data: Creating Secrets 00:03:15
- Removing Nodes from a Docker Swarm 00:01:31
- Alter the Swarm Hierarchy - Promoting and Demoting Swarm Nodes 00:02:39
- Chapter 7 : Docker Networks
- The Different Network Drivers in Docker 00:03:25
- Create a Bridge Network 00:02:13
- Containers and Networks: Connecting and Disconnecting 00:03:59
- Inspect a Network 00:01:30
- The Network for Swarms: Creating an Overlay Network 00:04:11
- Creating a Host Network 00:01:54
- Network Cleanup: Pruning and Removing Networks 00:02:56
- Chapter 8 : Docker's Enterprise Edition and the Universal Control Plane (UCP)
- Installing Docker EE on Ubuntu 00:07:14
- Installing Universal Control Plane (UCP) on Ubuntu 00:08:18
- Who Uses Docker: Creating Users and Teams in UCP 00:06:00
- What Users Can Do: Granting Permissions 00:04:28
- Create Docker Objects in UCP: Creating a Volume from the Web UI 00:01:42
- Chapter 9 : The Docker Trusted Registry (DTR)
- DTR Installation 00:02:34
- Create a DTR Repo 00:03:44
- Pushing to and Pulling from DTR 00:05:41
- Delete Image from a DTR Repo 00:00:59
- Users and Teams in DTR 00:05:18
- Setting Permissions in DTR 00:02:41
- Chapter 10 : The Docker Certified Associate Exam
- The DCA Exam 00:07:48
- Exam Curriculum 00:05:07
TO MAC USERS: If RAR password doesn't work, use this archive program:
RAR Expander 0.8.5 Beta 4 and extract password protected files without error.
TO WIN USERS: If RAR password doesn't work, use this archive program:
Latest Winrar and extract password protected files without error.