Docker for the Absolute Beginner – Hands-On

Docker for the Absolute Beginner – Hands-On

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 2h 15m | 600 MB

Learn Docker with Hands-On Coding Exercises

Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud. This course introduces Docker to an absolute beginner using really simple and easy to understand lectures. Lectures are followed by demos showing how to setup and get started with Docker. The coding exercises that accompany this course will help you practice Docker commands, develop your own images using Dockerfiles, and practice Docker compose. You will be developing Docker files for different use cases right in your browser. This way you don’t really need to have your own environment setup to get some hands-on practice. The coding exercises will validate your commands and Dockerfiles and ensure you have written them correctly. And finally we have assignments to put your skills to test. You will be given a challenge to solve using the skills you gained during this course. This is a great way to gain real-life project experience, work with other students in the community to develop a Dockerfile, and get feedback for your work. The assignment will push you to research and develop your own Docker images.

A great way to solidify your basic knowledge with perfect examples.

What You Will Learn

  • Beginner level introduction to Docker
  • Basic Docker commands with hands-on exercises
  • Build Docker images using Dockerfiles with hands-on exercises
  • Understand what Docker compose is
  • Build an application stack using Docker compose files with hands-on exercises
  • Understand what Docker swarm is
Table of Contents

01 Introduction
02 Docker Overview
03 Demo – Setup and Install Docker
04 Basic Docker Commands
05 Demo – Docker Commands
06 Demo – Coding Exercises
07 Docker Run
08 Demo – Advanced Docker Run Features
09 Docker Images
10 Demo – Creating a new Docker Image
11 Docker Compose
12 Docker Swarm
13 Docker Networking
14 Conclusion
15 Introduction to YAML