This document discusses Docker in production at DramaFever. Some key points:
- Docker provides consistent development and repeatable deployments.
- DramaFever uses a private Docker registry hosted on S3 for image storage. They faced scaling issues with a central registry server.
- Jenkins is used to build Docker images from source code and push them to the private registry for deployment.
- Docker is used throughout the development and deployment process, from local development to production. It has provided benefits like faster builds and easier configuration management.