Key Points
Default Switch OS key = R.CTRL + ALT + TAB
References
Reference_description_with_linked_URLs_______________________ | Notes______________________________________________________________ |
---|---|
Key Concepts
VirtualBox default Host Key Settings
Default Switch OS key = R.CTRL + ALT + TAB
VirtualBox VM concepts
VirtualBox has host and guest OS support
Each VM runs a guest OS
VMs can be cloned to create new VMs or as backups to save state etc
VirtualBox is installed on a host OS
You install a guest OS in VirtualBox VM when needed
After installing a guest OS, install VirtualBox guest additions for that VM
This can provide additional features - networking redirects to the guest OS, common shared folders as drives between the guest and host OS and more
When to use a VM vs a container?
if you want to manage machines, you should use Vagrant. And if you want to build and run applications environments, you should use Docker. Vagrant is a tool for managing virtual machines. Docker is a tool for building and deploying applications by packaging them into lightweight containers
Do I need Vagrant to Manage VirtualBox VMs?
Maybe not. VirtualBox provides it's own UI as an admin console to manage VM instances created with VirtualBox
Potential Value Opportunities
Potential Challenges
Candidate Solutions
Vagrant - an OSS tool for managing VMs like VirtualBox
https://www.vagrantup.com/intro/index.html
supports multiple VM types with a common workflow, UI, CLI
can be used in Devops on cloud platforms etc
Step-by-step guide for Example
sample code block