Hello Frans. This is what I understand.
You have the vagrant binary (vagrant software) you have a lot directories, that have Vagrantfile You want to have a copy of those directories with Vagrantfile in multiple machines If you want to ensure every box is using the last working copy, then you should think use something like, having all the directories in a source control repository, Git is very popular and free in that way, on any machine, you can update the central repo, and then go to a new client, update the repo, vagrant destroy + vagrant up, and then get a new working machine does this make sense? On Wed, Jul 16, 2014 at 1:33 AM, Frans Thamura <[email protected]> wrote: > I use vagrant in several directory, and i have multiple boxes like ubuntu, > juju ubuntu, centos, fedora. > > and I want all my boxes moved to several machine, because wanna to have > smiliar environment, including my set virtual machines. > > any idea to work with this? > > esp to map my vagrant box list with /tmp in several machine > > where is the vagrant store this? > > i tought i missed something in migration, because i reformat and use > several pc for vagrant development > > > > anyone can share the how to? > > > > F > > -- > 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.
