Difference between revisions of "Containers and virtual machines"

From Wiki at Neela Nurseries
Jump to navigation Jump to search
(Created page with "<center> Containers and Virtual Machines </center> == ^ Containers == <!-- comment --> === ^ Docker === <i> STUB SECTION </i> <!-- comment --> === #top|^...")
 
m (Comment out older top-of-page links)
 
(134 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<!--
 
<center>
 
<center>
Containers and Virtual Machines
+
[[Containers_and_virtual_machines|Containers]] :: [[RTOS|RTOS Notes]] :: [[Compute_clusters|Clusters]] :: [[Unix_and_Linux_config|Unix and Linux config]]
 
</center>
 
</center>
 +
-->
  
== [[#top|^]] Containers ==
+
== [[#top|^]] Container Software ==
  
<!-- comment -->
+
A promising starting point, collection of six articles / tutorials on Docker containers:
=== [[#top|^]] Docker ===
 
<i> STUB SECTION </i>
 
<!-- comment -->
 
=== [[#top|^]] Kubernetes ===
 
  
Containers, Kubernets . . .
+
(1) https://medium.com/sysf/docker/home
<ul>
+
 
https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/
+
A general note following about three days' Docker container experimentation, and to question "should I be using a Docker container interactively, running multiple apps, some simultaneously?". <i>(Note the following forum post chain is a quagmire of issues and opinions!)</i>:
</ul>
+
 
 +
(2) https://news.ycombinator.com/item?id=7950326
 +
 
 +
== [[#top|^]] Docker ==
  
Not a container per se but a virtual machine 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:
* https://www.virtualbox.org/wiki/Downloads
 
  
VirtualBox on-line manual
 
 
<ul>
 
<ul>
*  https://www.virtualbox.org/manual/ch01.html#virt-why-useful
+
[https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04 Docker on Ubuntu 18.04 LTS]
 +
*  [https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04 Docker on Ubuntu 20.04 LTS]
 +
*  https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes  Remove Docker image
 +
2023-06-07:
 +
*  [https://collabnix.com/how-to-fix-cannot-connect-to-the-docker-daemon-at-unix-var-run-docker-sock-error-message/ Docker cannot connect, blog by Ajeet Raina]
 
</ul>
 
</ul>
  
<!-- comment -->
+
<center>
 +
- - - [[#top|top of page]] - - -
 +
</center>

Latest revision as of 14:50, 26 January 2026


^ Container Software

A promising starting point, collection of six articles / tutorials on Docker containers:

(1) https://medium.com/sysf/docker/home

A general note following about three days' Docker container experimentation, and to question "should I be using a Docker container interactively, running multiple apps, some simultaneously?". (Note the following forum post chain is a quagmire of issues and opinions!):

(2) https://news.ycombinator.com/item?id=7950326

^ Docker

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:

- - - top of page - - -