Using Docker helps us with these two things.
- It removes the need to setup project dependencies. A simple docker command will do it for you.
- Removes the
frustrationstep of having to debug issues during project setup.
Using Docker helps us with these two things.