Overview

In the video, the following topics are discussed:

  • What is Docker?
  • How deployment was done in the past
  • Virtual Machines
  • What is an image?
  • What is a container?
  • The role of VS Code

Goal of the course

By the end of this course, you will know how to use Docker and Compose on your machine for better software development and testing. You will gain the skills to build development environments with your code running in containers.

  • Understand what Docker is
  • Learn how to create Docker Images
  • Understand how to map ports between Docker and the Host OS
  • Understand the basics of Docker networking using Docker Services
  • Understand Mounts and Volumes