This repository contains the source files and automation for the "Containerization with Docker" experiment.
The workflow builds an Nginx Alpine image, runs it on host port 8080, verifies the web page, tests container immutability, enters the container file system, checks resource usage, scales to a second container on port 8081, reproduces the 8080 port conflict, and cleans up containers.