K
K
kuznetsovin2014-10-10 15:20:35
linux
kuznetsovin, 2014-10-10 15:20:35

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

2 answer(s)
P
Puma Thailand, 2014-10-10
@opium

Advantages in
itself 1) Complete isolation and resource limitation
2) Easy portability
3) Versioning
4) Easy to back up

R
Rrooom, 2014-10-10
@Rrooom

Pure hipsterism. Cool, but nothing more.
PS I moved some of my work projects to MesOS and docker containers, I'm happy as an elephant, but I still don't understand why.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question