Different architectures in Development and Production |
|
--
Co-located processes sharing resources
| |
--
Production != docker run my_new_shiny_cluster |
|
---
class: top, left
# **What is Docker?**
### Noun: ***a person employed in a port to load an unload ships*** (from "what is docker" on Google)
### Docker containers:
- Isolated process in userspace
- Application + dependancies
- Shared kernel and libraries
- Can run on any infrastructure (or Cloud provider)