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. 01.Create a virtual machine in Oracle Cloud, this part is covered here 02. Update your existing list of packages: sudo apt update 03. Next, install a few prerequisite packages which let apt use packages over HTTPS: sudo…