VM:
 VirtualBox, VMware
difference between  VM, Docker and Vagrant区别
Docker
difference between  VM, Docker and Vagrant区别
Vagrant
using which you can create VMs or container.
It interacts with virtualization or Container platforms like VirtualBox, VMware or Docker to provision VMs or container.
vagrant cannot create VMs or containers without virtualization platforms like VirtualBox, VMware or Docker
The main advantage of vagrant is that it provides a mechanism to reproduce environments.
Once you write a VagrantFile to create the environment you desire then you can provide a copy of that VagrantFile to other people to create the exact replica of the environment you have created. 
 In the following figure VirtualBox is used as a platform to create VMs however Vagrant is used to configure the VM by setting OS version, Network address, Memory allocation, number of CPUs assigned etc.
difference between  VM, Docker and Vagrant区别

相关文章:

  • 2019-01-09
  • 2021-10-13
  • 2021-10-23
  • 2021-08-30
  • 2022-01-04
  • 2021-08-27
  • 2021-09-07
  • 2021-09-15
猜你喜欢
  • 2022-01-28
  • 2022-12-23
  • 2021-11-10
  • 2021-11-18
  • 2021-10-28
  • 2021-05-03
  • 2021-08-07
相关资源
相似解决方案