DEV Community

Discussion on: Dockerize your Development Environment

Collapse
 
erikthered profile image
Erik Nelson

Nice post, I was going to write one along these lines but now I don't have to!

I actually prefer this workflow in lieu using rvm, nvm, etc. these days. You can use a Docker Compose file too, which is handy for apps with more complicated dependencies.

Collapse
 
nialljoemaher profile image
Niall Maher

I do the exact same! I'm wondering why more OSS communities don't do the same. It's such an easy way to get up and running.