Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I was under the impression container file systems make running a DB in a container a bad idea? Or is it just in performance critical situations?


Doing so into the main container filesystem (which is usually an overlay/union stack) is probably bad for performance.

But a bind mount (which is usually the recommended way to do it so that data survives the container lifespan) will avoid that and just leave you with whatever "problems" the host filesystem has re: database files.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: