Docker is an open platform for developing, shipping, and running applications. Docker helps us package our software to ‘build once and run anywhere. In this blog, I’ll talk about the architecture of the Docker Engine. Docker engine consists of three components Docker daemon, the REST API, and the Docker CLI. …