Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Key Points

Default Switch OS key =  R.CTRL + ALT + TAB


References

Reference_description_with_linked_URLs_______________________Notes______________________________________________________________

VirtualBox for ubuntu

VirtualBox for windows
https://www.virtualbox.org/wiki/DownloadsVirtualBox for macos


Clone a virtual box

can update storage under general settings to point to different drives

use GUI or VBoxManage CLI

https://forums.virtualbox.org/viewtopic.php?f=7&t=75228

Change location of a Virtual Box






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



VirtualBox Network Route for External TCP access from a remote client

The Linux Network settings define how network connections are configured.

Here, I view the TCP connection to get the IP 4 address so I can remotely access the running CouchDB server in Fabric from a Windows HTTP client

http://localhost:5984/_utils/#database/mychannel_fabcar/CAR1

remotely is

http://10.0.0.207:5984/_utils/#database/mychannel_fabcar/CAR1




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

sample code block
 



Recommended Next Steps



  • No labels