Docker Engine
Docker engine is a client-server application made up of the Docker daemon, a REST API allowing us to interact with the daemon, and a CLI for talking to the daemon.
- Docker Engine accepts docker commands from the CLI (
docker run
etc) - When people say “Docker” they typically mean Docker Engine