DEV Community

Discussion on: Docker for Local Development

Collapse
 
yannick_rest profile image
Yannick Rehberger

Nice article about something every developer runs into - setting up a development environment with different requirements and dependencies. 👍

I‘m also using a docker container for static code analysis. At work we have this included in our CI pipeline but at home this local „throw away server“ is enough for me to get a quick report about code quality and it‘s part of my development environment.