Answer the question
In order to leave comments, you need to log in
Does it make sense to package the database in a docker container?
Hello, This is
the third day I've been fiddling with docker, I like it more and more, but in all the tutorials the ideal environment is considered: a clean system or already completely dockerized. What if the system has a long history? This is especially true for a dev machine. In the tutorials, it is advised to work with the database deployed inside the docker container.
How can I be:
Answer the question
In order to leave comments, you need to log in
Pack the DBMS itself into the docker, and connect the storage via volume. Otherwise, don't do it.
1) The question of necessity, if you need to have different DBMS on a dev wheelbarrow, I would dockerize them so that the daemon does not eat extra machine resources when they are not needed.
2) You can get by with one, connect volume ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question