Introduction to Docker
What is Docker?
Docker is a container engine that allows you to build, test and deploy applications quickly in a consistent format. It simplifies everything by including all the system libraries, system tools, code and runtime in a container that can be run on any platform that supports Docker.