Docker is the standard platform for building and running containerized applications. Docker Compose extends it with multi-container orchestration for development and small-scale production environments.
In Craftama Architect, Docker is used for local development environments, CI builds, and lightweight service deployments where Kubernetes would be overkill. Every Sparrow CMS site ships as a Docker image built via `just publish-image`.