Hi,
I am new to docker and want to understand how can I make my container stateless or the below scenario. Any help is greatly appreciated.
We want to containerize our PostgreSQL database. But we want this container to be stateless, I mean keep the data out of the container (either on host machine or outside host machine. My question is
-> is this possible? Or it is purely dependent on the respective s/w (Postgres SQL) to support it?
-> Does docker restrict such thing?
-> How does this work when the container is scaled?
-> Will this create any performance issues?
Any inputs or pointers towards this is highly appreciated.
Thanks,
ub