Rohan Singh vysvětluje jak Spotify používá Docker (přednáška z roku 2013).
Motivace
requisitioning of new HW is slow
HW utilization is low
hard to manage huge number of machines
machine get denormalized easily (when Devs SSH in and manually change stuff)
První kroky
experimenting with LXC (https://linuxcontainers.org)
small scripts to build containers
it looked like Docker
realized that with Docker, they don't need to write these as they are provided
so instead of building own version of 'docker', Docker was a way to go
Dnes
built an internal VM (Ubuntu)
built images for internal services
integrated into build pipeline
using Docker to make build pipeline super fast















