Slide 6
Slide 6 text
Why Docker?
Build once ... run anywhere
isolated from host (e.g. build locally, run remotely)
Isolation between containers
avoid dependency hell
Automation & Abstraction
build, start, stop, attach, remove etc.
Reusable services (via Docker Index)
MySQL, PostgreSQL, Redis, ... images
playgrounds for frameworks?