Introduction Docker is a container-based software framework for automating deployment of applications. “Containers” are encapsulated, lightweight, and portable application modules.Docker is a container virtualization technology that has gained widespread popularity in recent times, it offers more efficient way to deploy…
Converting VDMK to VDI and Registering the Converted VM
Once the import is done you will be left with a .vdmk file if you don’t care if you have a .vdmk file then you can skip the rest of this as you are ready to go. For the rest…
Import the .OVA or .OVF
Run the following command to get a look at what you are importing $ VBoxManage import /<path_to_.ova_file>/<vmName>.ova –dry-run Pay attention to this line for target path. It should point to your new location for your Virtual machines if you changed…
How To: Move VM From One Machine To Another
Assumptions: You are doing this from the command line You are using Linux (though most everything in this document should work in Windows and Mac too) You have a dedicated VM Utility User that is active and can login (will…
How To: Headless VirtualBox on Headless Server
I have been running virtualbox for over ten years and I have been running a headless server with virtualbox headless (no GUI) for 5 years. I seem to always run into issues were I am making new a machine and…