Virtualisation and Containers: Difference between revisions
Jump to navigation
Jump to search
Created page with "Talk to be given at ManLUG at some point in the future. == Containers == === Docker === * <code>docker help</code> - like many command line tools, Docker offers general hel..." |
|||
Line 5: | Line 5: | ||
=== Docker === | === Docker === | ||
* Installation: 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. | * <code>docker help</code> - like many command line tools, Docker offers general help as well as specific subcommands. | ||
[[Category:Talks]] | [[Category:Talks]] |
Latest revision as of 16:06, 19 June 2019
Talk to be given at ManLUG at some point in the future.
Containers
Docker
- Installation: 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.