Answer the question
In order to leave comments, you need to log in
About Docker or the difference from a virtual machine and a bit about Vagrant...?
I would like to know what is the difference between Virtualbox(VMware) and Docker?
If I understand correctly, I can raise any OS here and there, for example, the same Ubuntu and LAMP.
The only difference is that I will have access to Docker immediately from bash, and to VB through its window or ssh, plus if I exit, everything will be saved in the virtual machine, but will everything die in Docker without a commit? Or are there other important differences...?
They write that Docker is actively used in programming and porting workstations. I mean, I can work with the code directly in the docker image, after commit, push, and then run it all on the server without installing dependencies?
Vagrant, as far as I understand, is actively used when creating images and configuring them?
And lastly, can I:
Run image in Linux, make changes in the code (by the way, how to do it, for example, in the same *storm, Sublime. ... ) and commit.
After entering Windows, run image and continue development there?
Thanks everyone for the replies.
Answer the question
In order to leave comments, you need to log in
Docker ~ lxc ~ cgroups = resource limiting system for process groups in linux = only "linux programs" can be run
Virtualbox(VMware) = virtualization systems = running a full OS
And how are things going with "voracity", for example image c LAMP vs native installation?there are losses, but they cannot be compared with buns
And is it possible to raise 2 images from LAMP, is the conflict inevitable?it is possible, but not on port 80, but on others, and put a proxy router in front of them in the form of another box with nginx on board
I would like to know what is the difference between Virtualbox(VMware) and Docker?
And the last thing, can I:
Run image in Linux, make changes in the code (by the way, how to do it, for example, in the same *storm, Sublime. ... ) and commit.
After entering Windows, run image and continue development there?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question