Containers
Before diving into containers, it is helpful to first understand virtual machines (VMs), as containers evolved from this technology.
Docker Commands
When working with Docker, we interact across multiple areas when executing code blocks or commands for container configuration. Below are the most common and useful Docker commands.
Docker Setup Guide
Installation and Configuration
Slides of the Week
Official presentation slides corresponding to Week 1: Virtualization vs. Containers, Docker Architecture, Dockerfile (Multi-Stage Builds), Useful Commands, and Introduction to Docker Compose.