|
|
|
|
|
by tele_ski
1577 days ago
|
|
I've been on teams that haven't used docker for dev envs and teams that do in the last 5~ years. The teams that used docker were significantly more productive since each dev env was a replica and forced the team to maintain a common env. The dev env drift without it is huge and causes so many "it works on my machine". I can see a one man show or maybe two not needing a docker dev env but any sizable team IMO it is absolutely required now. You're absolutely right that it is a hoop to jump through, but its a hoop I find very necessary. |
|
[1] The one exception is SQL DBs and redis, but I have always been fine using brew, linuxbrew, or apt for them.