This guide provides a step-by-step walkthrough of fundamental Docker concepts and commands. It's designed as a practical lab manual to get you started with containerization.


Prerequisites


Lab 1: Install Docker on Ubuntu

This section guides you through installing the Docker Engine on your Ubuntu system. We'll remove old versions, set up the official Docker repository, and install the latest stable version.


Lab 2: Working with Images

Docker Images are read-only templates used to create containers. They contain the application code, libraries, dependencies,1 and configuration needed for an application to run. This lab explores how to build, inspect, share, and manage images.