CMPT 353 Docker & Docker Compose Practice Exercises Part 1 – Lecture Summary & Part 2 – Practice Questions
CMPT 353 – Docker & Docker Compose Practice Exercises Part 1 – Lecture Summary Docker Commands Overview Docker allows users to containerize applications and environments. Key commands include: - `docker build`: builds images from a Dockerfile. - `docker run`: creates and starts containers. -...
Updated: Wed, 08 Apr 2026 03:27:57 +0300