postgres
I never use it for databases. I find I don’t gain much from containerizing it, because the interesting and difficult bits of customizing and tayloring a database to your needs are on the data file system or in kernel parameters, not in the database binaries themselves. On most distributions it’s trivial to install the binaries for postgres/mariadb or whatnot.
Databases are usually fairly resource intensive too, so you’d want a separate VM for it anyway.
Aiyub@feddit.de 11 months ago
As someone who does AI for a living: GPU+docker is easy and reliable. Especially if you compare it to VMs.
lefaucet@slrpnk.net 11 months ago
good to hear. maybe I should try again