Click here to Skip to main content
15,868,340 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
i only know the Docker and Vagrant are easy making environment development.
my question is whats difference between Docker and Vagrant ?

which of them is popular and best?

please guide me.
thanks for reply

What I have tried:

i installed vmware and vagrant,but i want to know which (Docker or vagrant )
is better?
Posted
Updated 8-Mar-16 19:36pm
Comments
Patrice T 5-Mar-16 18:02pm    
Nothing on Google ?
stackprogramer 5-Mar-16 18:11pm    
yes,but they are for me vague
CHill60 5-Mar-16 19:55pm    
"vague" ... a bit like this question then
Mehdi Gholam 6-Mar-16 0:56am    
:)
stackprogramer 6-Mar-16 1:37am    
thanks for contribution,i am in Crossroads,that which i select!

1 solution

i after searching i concluded:
more info
                      Docker                Vagrant

virtualization        linux container       virtual machine
resorce isolation     weak                  strong
os                     linux                linux,win,mac
starting time            second              minutes           
size                      100M+               1G+
CM integration            no                  
Building image time       short(mins)        long(10+mins)
hosted number              >50                 <10
deployment tools          CoreOS,Mesos         terraform
Public images              yes(Docker hub)    yes(vagrant cloud)

thanks for attention,i concluded that Docker is Great.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900