Hacker News new | ask | show | jobs
by jchannon 3473 days ago
Would you ship your production system database in a container?
1 comments

You might consider it if you have to ship with a lot of pre-loaded data ("vanilla" data), as it'd be easier to do all those inserts/BCP executions just once on a local network and not over the internet.