Do you use Docker in development?
Yes
48%
No, not in development
14%
I don't use Docker, or similar, at all
38%
56 votes · Closed
I understand that there may be several benefits to using docker in development:
- you will be able to emulate your production environment
- time saving on onboardings for new collaborators or when a laptop breaks
- a better understanding of the global system by all the team members
- paying the integration price when it’s cheap, not when it’s expensive
- good if you have to set up testing environments
But my question is: do you do it? Does your team use Docker (or similar) in development?
Mainly because, depending on the project, it can also come with some challenges and constraints. So, if you deliberately don't, why is that? Have you ever concluded that for some cases (apart from overkill) you would avoid it in development?