|
|
|
|
|
by GordonS
1770 days ago
|
|
I find Docker great for dev and test, as I can spin up and destroy databases from scratch in seconds - pretty useful for running tests in CI too. Also, the Docker image runs migration scripts at startup if needed, which is pretty useful. Over in production, being consistent with dev is really nice, and having a consistent upgrade experience is a good benefit too. |
|