Difference between revisions of "Containers and virtual machines"

From Wiki at Neela Nurseries
Jump to navigation Jump to search
m (Cleaning up some older content from cerca 2022)
Tag: Replaced
m (Minor formatting)
Line 8: Line 8:
 
A promising starting point, collection of six articles / tutorials on Docker containers:
 
A promising starting point, collection of six articles / tutorials on Docker containers:
  
  *  https://medium.com/sysf/docker/home
+
(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?".  <i>(Note the following forum post chain is a quagmire of issues and opinions!)</i>:
 
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>:
  
  *  https://news.ycombinator.com/item?id=7950326
+
(2) https://news.ycombinator.com/item?id=7950326
  
 
== [[#top|^]] Docker ==
 
== [[#top|^]] Docker ==

Revision as of 14:49, 26 January 2026

Containers :: RTOS Notes :: Clusters :: Unix and Linux config

^ 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 - - -