Introduction to Docker: Difference between revisions

From Rixort Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:


* Sits between shared hosting and virtualisation
* Sits between shared hosting and virtualisation
== Installing Docker ==
* Use the upstream repositories rather than your distribution, as new versions are released frequently.
* <code>docker help</code> - like many command line tools, Docker offers general help as well as specific subcommands


[[Category:Talks]]
[[Category:Talks]]

Revision as of 10:12, 25 September 2019

Talk to be given at ManLUG at some point in the future, possibly November 2019.

Separation of sites

Hardware

Virtualisation

Shared hosting

Containers

  • Sits between shared hosting and virtualisation

Installing Docker

  • Use the upstream repositories rather than your distribution, as new versions are released frequently.
  • docker help - like many command line tools, Docker offers general help as well as specific subcommands