This document summarizes a presentation about using Docker in continuous integration systems. It describes some initial challenges faced when first using Docker, such as images becoming large over time and dependencies on external resources. It then outlines improvements made such as creating common base images, reviewing images, restricting external access, and monitoring Docker usage and failures. The presentation emphasizes that Docker can help stabilize CI pipelines if used properly but also requires ongoing learning and challenges to address.