🎤 Why You Should Care About Docker
- 👤 Ádám Sándor
- Twitter: @adamsand0r
- GitHub: adam-sandor
📹
Video:
https://youtu.be/UlzWCWP8Bgo
Creating a stable and reproducible development environment can be a hassle. The more components you have the less feasible it becomes to run them all together on your laptop. Using Vagrant helps with reproducibility and isolation but putting all components on a single VM is very different from the way they will run in production. Docker comes to the rescue with lightweight containers that isolate each application component with minimal overhead.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.