[article/tutorial] How to Install Docker on Ubuntu 20.04 LTS (Beginners Guide)

1 message · started by Devi Garcia on Jan 20, 2021

[article/tutorial] How to Install Docker on Ubuntu 20.04 LTS (Beginners Guide)

From Devi Garcia · Jan 20, 2021


Docker is a combo of ‘platform as a service’ products and services which use OS virtualisation to provide software in packages called containers.

Containers contain everything an app, tool or service needs to run, including all libraries, dependencies, and configuration files. Containers are also isolated from each other (and the underlying host system), but can communicate through pre-defined channels.

Because Docker is open source software it’s not only free to use, but free to adapt, extend, hack, or build on. In this guide I cover installing Docker on Ubuntu 20.04 LTS (Focal Fossa), but the same steps may also work on older versions of Ubuntu, including Ubuntu 18.04 LTS.

In this post you will learn how to install Docker from the regular Ubuntu repository, how to enable Docker to start automatically at system boot, and how to install Docker images and run them locally.

But this isn’t a deep dive. This tutorial is intentionally short and to the point. This is so you spend less time reading and more time doing.


Tutorial Link: https://www.omgubuntu.co.uk/how-to-install-docker-on-ubuntu-20-04

image.png

View original on FreeLists


Previous thread · Next thread

Back to January 2021