Hello,

I think we can start from the basics.

- Install vagrant version 1.8+
- Install virtualbox

Then do this:

mkdir precise64
cd precise64
vagrant init -m hashicorp/precise64
vagrant up

That will create a guest VM using a box hosted in atlas.

Whats a box? a VM template in a particular format that vagrant understand.

The box in atlas is here:
https://atlas.hashicorp.com/hashicorp/boxes/precise64

After you start this VM, you can see the guest running and the base box was
added to your computer.

vagrant box list

>From here, you have 2 paths, update the guest VM and when you are happy
with the results, package it and create a new one
or
create a packer project and create a new VM

Let me know where more clarification is needed and happy to help.


If you don't have an atlas account, please create one here:
https://atlas.hashicorp.com/account/new

And then perform the following tutorial:
https://atlas.hashicorp.com/tutorial/packer-vagrant

And we can take it from there.

Alvaro.

-- 
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/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
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/CAHqq0ex3zBPpOvOEVhCjupuLLHBGZDDepLtOxXxgsE89-ErMeA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to