Hacker News new | ask | show | jobs
by _ix 3217 days ago
I'd like to know, too! I'm working on a side project and aiming to run containerized docker for production – can anyone weigh in?
1 comments

It's advice born from people who don't quite understand docker. Postgres in containers just needs a data volume on a dedicated drive for speed, and you need to remember dockers default stop behaviour hard kills after 10s which is not long enough for a clean shutdown (use docker kill to send sigterm and wait).