You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write the required Vagrantfile to build the virtual machine and build it
Create the box using the following command:
vagrant package --base "bname"
with bname being the virtual machine name (e.g. for VirtualBox, the name that has been set with vb.name or the one displayed in the interface of VirtualBox)