On Tue, May 26, 2020 at 2:54 PM 'Jason Long' via Vagrant <
[email protected]> wrote:

> Thank you.
> I read that link, but as I said, a preconfigured VM and export it for
> using on other machines work like Vagrant.
>

Vagrant doesn't just download boxes and bring up VMs. Vagrant comes with a
DSL that abstracts away all of the operating system and hypervisor specific
operations that you would otherwise have to do by hand. Things like
creating and managing networks, virtual hard disks, port forwards, etc, are
all handed automatically by Vagrant through the configuration language it
provides. It's also a higher level abstraction on top of a given
hypervisor, as well as guest specific operations. With just a VM, you'd
have to manually interface with each hypervisors tools (which are all
completely different, and behave different too), as well as figure out each
operation systems way of managing things like networks or shared folders.
Does that make sense?


> Then why Vagrant?
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/hashicorp/vagrant/issues
> Discuss: https://discuss.hashicorp.com/c/vagrant/24
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/2d5cba26-1ab1-4d04-ace8-10cf436a2a38%40googlegroups.com
> .
>


-- 
Brian Cain

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/hashicorp/vagrant/issues
Discuss: https://discuss.hashicorp.com/c/vagrant/24
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CADHESCXJGy0Ti4YYJezwadSdkgYY0RNbAmxv49xski%3Duoq7rVA%40mail.gmail.com.

Reply via email to