Difference between revisions of "Containers and virtual machines"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (adding Brian Hogan article on Docker, for Ubuntu release 20.04 LTS)
(adding link to instructions to delete a Docker repository on a public Docker repo server.)
Line 12: Line 12:
  
  
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?":
+
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 opions!)</i>:
  
 
   *  https://news.ycombinator.com/item?id=7950326
 
   *  https://news.ycombinator.com/item?id=7950326
 
  
 
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:
 
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:
Line 24: Line 23:
 
</ul>
 
</ul>
 
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 <code>https://hub.docker.com/u/&lt;user_name&gt;</code>, where username is the given person's Docker account user name.
 
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 <code>https://hub.docker.com/u/&lt;user_name&gt;</code>, where username is the given person's Docker account user name.
 +
  
 
Start a docker image with access to a particular host directory:
 
Start a docker image with access to a particular host directory:
Line 30: Line 30:
 
More on Docker volumes:
 
More on Docker volumes:
 
*  https://docs.docker.com/storage/volumes/
 
*  https://docs.docker.com/storage/volumes/
 +
 +
 +
Delete a Docker repository on Docker hub:
 +
 +
*  https://hub.docker.com/support/doc/how-do-i-delete-a-repository
 +
  
 
Secure shell into, or otherwise connect with a running Docker container in and of a Linux environment:
 
Secure shell into, or otherwise connect with a running Docker container in and of a Linux environment:

Revision as of 19:23, 11 June 2021

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


^ Container Software

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

 *  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 opions!):

 *  https://news.ycombinator.com/item?id=7950326

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.


Start a docker image with access to a particular host directory:

More on Docker volumes:


Delete a Docker repository on Docker hub:


Secure shell into, or otherwise connect with a running Docker container in and of a Linux environment:


^ Kubernetes Container Software

Kubernetes notes 2021-06-09 This section a stub section.


^ Oracle Corporation VirtualBox software

VirtualBox on-line manual