Difference between revisions of "Containers and virtual machines"
From Wiki at Neela Nurseries
m |
m (VirtualBox notes - where Oracle VirtualBox stores virtual machine files. These are often large files.) |
||
Line 37: | Line 37: | ||
* https://nsrc.org/workshops/2014/btnog/raw-attachment/wiki/Track2Agenda/ex-virtualbox-portforward-ssh.htm | * https://nsrc.org/workshops/2014/btnog/raw-attachment/wiki/Track2Agenda/ex-virtualbox-portforward-ssh.htm | ||
+ | Where VirtualBox stores its files . . . | ||
+ | * https://docs.oracle.com/en/virtualization/virtualbox/6.0/admin/vboxconfigdata.html | ||
<!-- comment --> | <!-- comment --> |
Revision as of 21:37, 2 June 2021
Unix and Linux config :: Containers :: Clusters :: <link>
^ 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:
Where VirtualBox stores its files . . .