Pages

Monday 18 January 2016

How to make a vagrant box from an existing one.

                     

In this article i'm gonna show you how to make a vagrant box from an existing one .... Packaging a vagrant box helps us not doing the same sysadmin stuffs all the time. For this example i'll be using ubuntu/trusty64. So all you need to do is set the development environment properly in the ubuntu/trusty64 vagrant box and then run this command.


So now you can easily save that swapnilrailsbox.box vagrant box to your vagrant box collection and whenever you need that same kinda development environment you can just add it like shown in the pic below.


Now you can use it in which ever project you want. Awesome!

No comments:

Post a Comment