Power-up your local development with DDEV
Have you ever had to set up and/or maintain a local development environment using Docker that mirrors your production environment as much as possible? Setting-up and supporting such a docker-based local environment is no easy feat! Common problems include: performance issues, broken dependencies, broken relationships between your services and uncontrolled updates of your docker images, among many other issues. So, the question is, what can we do about that?