DEV Community

Discussion on: Are you using Docker for local development?

Collapse
 
patricnox profile image
PatricNox

I use docker for the following reason and that only:

Development on a cloned production server.

Same libraries, php extensions, OS behavior, Database server, versions, etc.

I want to eliminate the possibility of ever getting the reason of server difference to be the cause of a bug.