How to Install & Use Docker on Ubuntu 18.04

Introduction What is Docker? Docker is an open source container based technology. What is a Container? To more easily explain what containers are, let’s compare them to Virtual Machines: A Virtual Machine includes the application, the necessary binaries and libraries…