DEV Community

Discussion on: Are you using Docker for local development?

Collapse
 
supermanzer profile image
Ryan Manzer

I use docker and docker-compose for local development all the time.

I'm usually doing a web project and I've got a few docker-compose.yml templates that outline tech stacks that I commonly use. That way I can easily spin up isolated environments with control of the versions of all stack components.

I find it useful but I might be consuming more resources than necessary.