1. React
  2. JSNation
  3. 2017
  4. Why You Should Care About Docker

Why You Should Care About Docker

Creating a stable and reproducible development environment can be a hassle. Docker comes to the rescue with lightweight containers that isolate each application component with minimal overhead.

Adam Sandor at JSNation 2017

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.