Answer the question
In order to leave comments, you need to log in
How to use one virtual machine for multiple applications?
Hello!
In the last question , I figured out how to organize a Linux working environment by developing on Windows. I will install VirtualBox + Samba.
Now I faced the following problem: I have about 10 virtual machines in production, let's say everyone has a different configuration, so installing 10 virtual machines is expensive and inconvenient.
What I want:
On one virtual machine, to have, as it were, completely isolated applications at all levels (file system, processes, software, etc.)
I started googling, stumbled upon Docker (although I had heard about it for a long time). But what do you recommend? Docker is what I need? Or maybe I want the impossible?
I will be glad for any help.
Thank you.
Answer the question
In order to leave comments, you need to log in
Docker is what I need? Or maybe I want the impossible?
Yes, you can Docker, but then, more correctly, take another machine - a server, put your Linux there, Docker in it, enter the server using a graphical terminal.
In general, there are 10 virtual machines in production, and they all have a different configuration - this is not a true way.
Do you have the same database for all 10 machines or different, each with its own?
If there is one, then you can do without a docker if the web server is the same everywhere.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question