Difference between revisions of "Containers and virtual machines"
From Wiki at Neela Nurseries
m (→^ Oracle Corporation VirtualBox software) |
m (VirtualBox - reference on how to configure port forwarding, `ssh <username> -p 2222 localhost`.) |
||
Line 31: | Line 31: | ||
To set up shared folders in VirtualBox instances: | To set up shared folders in VirtualBox instances: | ||
* https://www.virtualbox.org/manual/ch04.html | * https://www.virtualbox.org/manual/ch04.html | ||
+ | |||
+ | To configure port forwarding, for ssh from host OS to guest OS: | ||
+ | * https://nsrc.org/workshops/2014/btnog/raw-attachment/wiki/Track2Agenda/ex-virtualbox-portforward-ssh.htm | ||
+ | |||
<!-- comment --> | <!-- comment --> |
Revision as of 00:06, 25 May 2021
Containers and Virtual Machines
^ Container Software
- Docker
Containers, Kubernets . . .
Not a container per se but a virtual machine software:
^ Oracle Corporation VirtualBox software
VirtualBox on-line manual
-
Some important VM terms include,
- host OS . . . the OS on which VirtualBox software runs
- guest OS . . . the OS which runs inside a VirtualBox VM instance
- virtual machine . . . the hosting environment which VirtualBox creates for given guest OS
To set up shared folders in VirtualBox instances:
To configure port forwarding, for ssh from host OS to guest OS: