This document summarizes a presentation about scaling continuous integration pipelines with Docker and Concourse.CI. It discusses how Docker can be used to create immutable infrastructure and environment parity across development, test, and production. Docker advantages like fast startups, small images, and reusable base images from DockerHub are presented. The presentation also demonstrates Concourse, an open source continuous delivery system that uses Docker containers.