DEV Community

Discussion on: Docker everywhere is not a good thing.

Collapse
 
nektro profile image
Meghan (she/her)

On the data persistence front, I have an project I'm working on docker-izing that's all about data persistence. I'm thinking of making the app look at a default path when in docker that is auto mounted from an outside directory taken in from a CLI argument. Probably not the only way, but "containerizing-all-the-things" is, in general, a really good thing. Even if the current practices/docker even isn't the final solution.

Collapse
 
dmfay profile image
Dian Fay

Use volumes!

Collapse
 
fennyfatal profile image
FennyFatal

So much this

Thread Thread
 
nektro profile image
Meghan (she/her)

Thanks! Ill make sure to check those out :D