Answer the question
In order to leave comments, you need to log in
Which is better to use docker vs virtualenv?
There is a physical server on which Django applications are spinning. It all works through uWSGI + ngnix and each has its own virtualenv. In addition, the MySQL database is running on the server.
Now I began to think about transferring all this economy to a docker container. Respectively 1 - MySQL, 2 and 3 - Django applications The
question is: does this approach have any advantages over the current architecture?
Answer the question
In order to leave comments, you need to log in
Advantages in
itself 1) Complete isolation and resource limitation
2) Easy portability
3) Versioning
4) Easy to back up
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question