TAG

containers

Software Engineering·Jul 21, 2026·3 min read

Containerisation Basics

A container packages your app and everything it needs to run into a single portable unit. This guide explains Docker, images, Dockerfiles, Docker Compose, and when to use containers.