Easy Guide to Installing Docker
TL;DR copy paste the code ;)
Introduction
Docker is a platform for developing, shipping, and running applications in containers. Containers are lightweight, portable, and isolated environments that package an application alon...