Skip to content

Instantly share code, notes, and snippets.

View snehitgajjar's full-sized avatar

Snehit Gajjar snehitgajjar

View GitHub Profile
@snehitgajjar
snehitgajjar / ova-to-box.md
Created March 6, 2020 16:04 — forked from aondio/ova-to-box.md
Convert VirtualBox .ova to Vagrant box

Here's a step by step guide to convert a Virtualbox .ova to a Vagrant box.

  1. List your VMs to find the VM id you want to convert:
$ VBoxManage list vms
"testing" {a3f59eed-b9c5-4a5f-9977-187f8eb8c4d4}
  1. You can now package the .ova VM as Vagrant box: