not following much about the "role of vagrant"

I will suggest watch this video as time permits..

https://www.youtube.com/watch?v=jWLoTsrFjo0

but, vagrant is a tool that does a nice job..

Take a base box + provision tome tasks = reusable vm

are some trade off between starting on a minimal box and getting a complex
setup..

vs

getting a tailored vm ready to use..


packer can post-process the vms to be used with vagrant, or not..

vagrant can consume vms created with packer or not.

is all about flexibility..

more options, always is welcome.

Alvaro.



On Tue, Nov 11, 2014 at 11:54 AM, anatoly techtonik <[email protected]>
wrote:

> Now I see why `vagrant package` works so poorly. =) Wish I could find
> Packer earlier. Still this comparison -
> https://groups.google.com/forum/#!msg/packer-tool/4lB4OqhILF8/NPoMYeew0sEJ
> - doesn't tell much about the role of Vagrant then.
>
> On Saturday, November 8, 2014 11:48:49 PM UTC+3, Alvaro Miranda Aguilera
> wrote:
>>
>> You can also have a look into packer.io
>>
>> if vagrant up takes too long, packer.io can create a more ready-to-use
>> box
>>
>> On Sun, Nov 9, 2014 at 6:05 AM, anatoly techtonik <[email protected]>
>> wrote:
>>
>>> Hi,
>>>
>>> Is it possible to check if a certain box exists from Vagrantfile?
>>>
>>> I have a configuration that builds a box out of public image, but it
>>> work too long, so I occasionally create snapshot of new box with `vagrant
>>> package` and import that instead. I want to automate the process and use
>>> base box only if snapshot does not exist. Is that possible?
>>>
>>> --
>>> 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].
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
> 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].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to