Difference between revisions of "Containers and virtual machines"
From Wiki at Neela Nurseries
m (VirtualBox - reference on how to configure port forwarding, `ssh <username> -p 2222 localhost`.) |
m |
||
Line 1: | Line 1: | ||
+ | |||
<center> | <center> | ||
− | Containers | + | [[Unix_and_Linux_config|Unix and Linux config]] :: [[Containers_and_virtual_machines|Containers]] :: [[Compute_clusters|Clusters]] :: <link> |
</center> | </center> | ||
+ | |||
== [[#top|^]] Container Software == | == [[#top|^]] Container Software == |
Revision as of 19:04, 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: