DOCKER ENGINE

1. Client server technology that builds and run the container using Docker's container.
2. It comprises of Docker Daemon, Rest API, and CLI (client)
3. CLI Talks to Docker daemon through API

DOCKER DAEMON

It manages docker objects such as images, networks, container and volumes
next