DEV Community

Discussion on: Docker everywhere is not a good thing.

Collapse
 
acidduckling profile image
Clay

You should be using volumes for data when using Docker containers. The data does not belong inside the actual container.

Docker, when used correctly, IS a good thing :-)