Difference between revisions of "Containers and virtual machines"
m (adding link to window capture of VM Linux additions config.) |
m (Comment out older top-of-page links) |
||
| (124 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | <!-- | |
<center> | <center> | ||
| − | [[ | + | [[Containers_and_virtual_machines|Containers]] :: [[RTOS|RTOS Notes]] :: [[Compute_clusters|Clusters]] :: [[Unix_and_Linux_config|Unix and Linux config]] |
</center> | </center> | ||
| − | + | --> | |
== [[#top|^]] Container Software == | == [[#top|^]] 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?". <i>(Note the following forum post chain is a quagmire of issues and opinions!)</i>: | |
| − | < | ||
| − | |||
| − | </ | ||
| − | + | (2) https://news.ycombinator.com/item?id=7950326 | |
| − | |||
| − | + | == [[#top|^]] 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: | |
| − | |||
<ul> | <ul> | ||
| − | * https://www. | + | * [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> | ||
| − | + | <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:
-
2023-06-07:
- - - top of page - - -