Case Study: How We Decreased the Size of our Python Docker Images by over 50%
The Python Platform Team at Wayfair maintains a collection of base Docker images used by all deployed Python applications. Maintaining these base images provides us with the ability to: Standardize our environment (all of our images are based on CentOS) Simplify deployment for application developers (images ship pre-configured to connect…