This document discusses using Docker in production at DramaFever, a streaming media company. It describes how Docker has allowed for consistent development, repeatable deployments, and faster builds. Images are built using Jenkins and stored in a private Docker registry across EC2 instances. Upstarts are used to run containers which are deployed using Fabric. Autoscaling, Packer, and Chef help manage infrastructure. Overall, Docker has streamlined processes and increased velocity despite some storage driver issues that were addressed.