DEV Community

Discussion on: Do you use Docker?

Collapse
 
demitroi profile image
Sergio Contreras Castañeda

I agree that it is not always necessary to use docker in simple projects. I have seen that many find it difficult because they lack knowledge of Linux and the technology in question (eg GO, Node, PHP, Python, etc.)

In my company we use it because we have projects in PHP and GO that use different versions each. In production we use it with docker compose to avoid dealing with different versions of databases.