On Tue, Mar 17, 2015 at 2:06 PM, Hugh Nelson <[email protected]> wrote: > -- names: nil
I think you are missing some parameters https://docs.vagrantup.com/v2/cli/package.html if you want package a vagrant box, you do vagrant package --output <machine.box> if you want to package a VM from virtualbox, you do VBoxManage list vms vagrant box package --base <machine_as_vbox> --output <machine.box> I am doing this by memory, so you may need to check the documentation -- 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.
