Managing dependencies can be a real headache. Docker can help ease that pain by creating a local development environment inside a container so that every developer is sure to be working in the same, consistent environment.
that allows you to create isolated, minimalistic environments configured with only the absolute necessary dependencies needed for a specific purpose. What’s a container? What’s an image?