Engine (1/2)
What is Docker Engine?
    Docker Engine is the core client-server technology that makes all of Docker work.
    It’s the runtime that:
    • Builds and runs containers
    • Manages images, networks, and volumes
    • Talks to the OS to create isolated environments
    Components of Docker Engine
    • Docker Daemon (dockerd)
    • Docker CLI (docker)
    • Docker REST API