Install Docker, Kubernetes and Minikube on Linux Mint

1. Install Docker 

Docker container packages up the code of an application and all its dependencies so that the application can run unchanged in any environment. A Docker container includes everything needed to run an application: code, runtime, system tools, system libraries, and settings. More about Docker here and here.

In Linux Mint, open a terminal and type: