Docker Compose
Learn how to define and manage multi-container applications with Docker Compose, covering services, volumes, networks, and a full worked example.
Learn how to define and manage multi-container applications with Docker Compose, covering services, volumes, networks, and a full worked example.
Learn how to build and push Docker images in GitHub Actions, cache layers for faster CI builds, and deploy by pulling and restarting containers.
Learn how Docker networks work, how containers communicate with each other by name, and how port mapping exposes services to the host.
Learn how to manage configuration and secrets in Docker using ENV, ARG, .env files, runtime injection, and Docker secrets — without baking sensitive data into images.
Learn how to configure Docker health checks, inspect container health status, manage logs with docker logs, and choose the right log driver for production.
Learn how to pull images, run containers with essential flags, manage container lifecycle, and clean up your local environment.
Learn what Docker is, how containers differ from virtual machines, and how to install and verify Docker on your system.
Learn how to use multi-stage builds to produce small, secure production images by separating build-time and runtime dependencies.
Learn how to harden Docker containers for production — non-root users, read-only filesystems, minimal base images, resource limits, restart policies, and a complete end-to-end project.
Learn how to push and pull images to Docker Hub, GHCR, and private registries, apply tagging conventions, and scan images for vulnerabilities.
Understand named volumes and bind mounts, when to use each, and how to persist data across container restarts and rebuilds.
Learn how to write a Dockerfile to build custom images, understand layer caching, use .dockerignore, and tag and push your builds.