Difference between revisions of "Containers and virtual machines"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (adding link to window capture of VM Linux additions config.)
m (VirtualBox - mounting and running 'guest additions' kernel module config scripts.)
Line 41: Line 41:
 
*  https://www.virtualbox.org/manual/ch04.html
 
*  https://www.virtualbox.org/manual/ch04.html
 
*  https://www.virtualbox.org/manual/ch02.html#externalkernelmodules
 
*  https://www.virtualbox.org/manual/ch02.html#externalkernelmodules
 +
 +
Following screen capture is from Ted's work setting up virtual Ubuntu host.
 +
 +
<i>Figure 1 - capture of VM Ubuntu guest OS command prompt, with steps to mount VirtualBox CDROM drive:</i>
  
 
[[File:executing-VBoxLinuxAdditions-dot-run.PNG]]
 
[[File:executing-VBoxLinuxAdditions-dot-run.PNG]]
 +
 +
Interestingly, mounting the device /dev/sr0 within the guest OS provides access to several files which we did not see or explicitly install when installing VirtualBox framework software.  Scripts to set up needed Linux kernel modules are among these files at <code>/media/cdrom</code>.
  
 
To configure port forwarding, for ssh from host OS to guest OS:
 
To configure port forwarding, for ssh from host OS to guest OS:

Revision as of 03:17, 7 June 2021

Unix and Linux config :: Containers :: Clusters :: <link>


^ Container Software

Notes on Docker containerizing software. Note, to get a practical start it is a good and or needed step to create a user account with Docker dot com. Single user and free accounts with some advanced Docker features disabled are available. A good starting tutorial for beginners is written by one Brian Hogan of Digital Ocean, this article published 2018 July 5. First reference in list here:

Ted noting too there may be a daily limit to the number of docker images which a user with a free account can push to Docker's image repository. Docker's image repository provides URLs of the form https://hub.docker.com/u/<user_name>, where username is the given person's Docker account user name.


Containers, Kubernetes . . .

Not a container per se but a virtual machine software:


^ Oracle Corporation VirtualBox software

VirtualBox on-line manual