My team at TechnologyAdvice recently moved to CircleCI after trying out a number of solutions. We are passionate about using Docker for parity, ease of deployment and numerous other reasons.
To containerize our local development we’ve been using a tool we developed called DevLab. With previous CI/CD solutions we had to duplicate a lot of what we had setup for DevLab in config files for the CI as well, but CircleCI worked with DevLab allowing us to reuse the services and processes we already had defined without a bunch of setup and testing.
I’ve written a blog post about how we used this tool and wanted to share. Hoping other people find it useful as we have!