How to Install Docker on Ubuntu 18.04

Docker is an application that simplifies the process of managing application processes in containers. Containers let you run your applications in resource-isolated processes. They’re similar to virtual machines, but containers are more portable, more resource-friendly, and more dependent on the host operating system.

In this video you will learn how to install Docker itself, work with containers and images, and push an image to a Docker Repository.