From the course: Linux for PHP Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Exporting VMs for reuse

Exporting VMs for reuse

From the course: Linux for PHP Developers

Start my 1-month free trial

Exporting VMs for reuse

- [Instructor] When collaborating with a team, it can be useful to create a guest with a common configuration and share that guest with others. VirtualBox allows virtual machines to be both exported and imported, in a common standard know as the Open Virtualization Format, or OVF. The result, a virtual appliance, is a disk image with configuration settings that can be easily distributed across platforms. OVF does not support snapshots, so only the current state of the virtual machine will be exported. Virtual appliances can optionally include multiple virtual machines in a single package, but we'll only be exporting one. With that context, let's export our virtual machine. From the Oracle VM VirtualBox manager, right click on the Sandbox, go to Close, ACPI Shutdown and then confirm. This will gracefully power off the machine. Now that the machine is off, go up to the File menu and select Export Appliance. We'll need to choose the virtual machines to export. Notice that I said…

Contents