ricardolsmendes / vboxmanage-ova-setup

Shell script to setup an Oracle VirtualBox OVA-based virtual machine using the VBoxManage CLI

Home Page:https://medium.com/ci-t/set-up-a-virtualbox-vm-with-4-vboxmanage-commands-9266a5ee885d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vboxmanage-ova-setup

Shell script to setup an Oracle VirtualBox OVA-based virtual machine using the VBoxManage CLI.

Get to know the concepts behind this code

Set up a VirtualBox VM with 4 VBoxManage commands @ Medium

Environment setup

export OVA_FILE=<PATH-TO-OVA-FILE>
export VM_NAME=<VIRTUAL-MACHINE-NAME>

chmod +x setup-vm.sh

Setup a Virtual Machine

The host machine will communicate with it through a vboxnet0 netword interface.

sh setup-vm.sh

How to contribute

Please make sure to take a moment and read the Code of Conduct.

Report issues

Please report bugs and suggest features via the GitHub Issues.

Before opening an issue, search the tracker for possible duplicates. If you find a duplicate, please add a comment saying that you encountered the problem as well.

Contribute code

Please make sure to read the Contributing Guide before making a pull request.

About

Shell script to setup an Oracle VirtualBox OVA-based virtual machine using the VBoxManage CLI

https://medium.com/ci-t/set-up-a-virtualbox-vm-with-4-vboxmanage-commands-9266a5ee885d

License:MIT License


Languages

Language:Shell 100.0%