Module 2: Understanding and Working with Docker
Introduction and Module Overview
Getting started with Docker
Working with Docker containers
Demo: Working with Docker container on Linux
Demo: Working with Docker container on Windows
Demo: Doing several actions using Docker commands
Understanding Docker file and image layers
Demo: Working with Docker file
Demo: Executing Docker container and image workflow
Working with Docker Volumes
Demo: Using Docker Volumes
Understanding Networking in Docker
Demo: Working with networking in Docker
Working with Docker compose
Demo: Working with Docker compose
Understanding multi-stage build
Demo: Working with multi-stage build
How to build and run unit testing inside Docker container
Demo: Running unit testing inside Docker container