Difference between revisions of "Containers and virtual machines"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (Creating references section in wiki notes page for software containers and virtual machines.)
m (^ Container Software: - links to Docker page on sshd in containers, and third party github hosted project setting up such.)
Line 22: Line 22:
 
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:
 
*  https://stackoverflow.com/questions/30172605/how-do-i-get-into-a-docker-containers-shell
 
*  https://stackoverflow.com/questions/30172605/how-do-i-get-into-a-docker-containers-shell
 +
 +
*  https://docs.docker.com/samples/running_ssh_service/
 +
 +
*  https://github.com/linuxserver/docker-openssh-server
 +
*  https://github.com/linuxserver/docker-openssh-server/blob/71d16e9d09cf8b319ccec9bde2e64ed9298a6d95/LICENSE
  
 
<!-- comment -->
 
<!-- comment -->

Revision as of 00:38, 10 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.

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

More on Docker volumes:

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